Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(114)

Side by Side Diff: third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/svg-startOffset-interpolation-expected.txt

Issue 1410943004: Make SVG attribute interpolation test helper use testharness (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@_cleanUpSVGInterpolationTestHelper
Patch Set: Rebased Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 CONSOLE WARNING: SVG's SMIL animations (<animate>, <set>, etc.) are deprecated a nd will be removed. Please use CSS animations or Web animations instead. 1 CONSOLE WARNING: SVG's SMIL animations (<animate>, <set>, etc.) are deprecated a nd will be removed. Please use CSS animations or Web animations instead.
2 This is a testharness.js-based test.
3 PASS This test uses interpolation-test.js.
4 PASS SMIL: Interpolate attribute <startOffset> from [1] to [6] at (0) is [1]
5 PASS SMIL: Interpolate attribute <startOffset> from [1] to [6] at (0.2) is [2]
6 PASS SMIL: Interpolate attribute <startOffset> from [1] to [6] at (0.6) is [4]
7 PASS SMIL: Interpolate attribute <startOffset> from [1] to [6] at (1) is [6]
8 PASS Web Animations: Interpolate attribute <startOffset> from [1] to [6] at (-0. 4) is [-1]
9 PASS Web Animations: Interpolate attribute <startOffset> from [1] to [6] at (0) is [1]
10 PASS Web Animations: Interpolate attribute <startOffset> from [1] to [6] at (0.2 ) is [2]
11 PASS Web Animations: Interpolate attribute <startOffset> from [1] to [6] at (0.6 ) is [4]
12 PASS Web Animations: Interpolate attribute <startOffset> from [1] to [6] at (1) is [6]
13 PASS Web Animations: Interpolate attribute <startOffset> from [1] to [6] at (1.4 ) is [8]
14 PASS SMIL: Interpolate attribute <startOffset> from [10in] to [770pt] at (0) is [720pt]
15 PASS SMIL: Interpolate attribute <startOffset> from [10in] to [770pt] at (0.2) i s [730pt]
16 PASS SMIL: Interpolate attribute <startOffset> from [10in] to [770pt] at (0.6) i s [750pt]
17 PASS SMIL: Interpolate attribute <startOffset> from [10in] to [770pt] at (1) is [770pt]
18 PASS Web Animations: Interpolate attribute <startOffset> from [10in] to [770pt] at (-0.4) is [700pt]
19 PASS Web Animations: Interpolate attribute <startOffset> from [10in] to [770pt] at (0) is [720pt]
20 PASS Web Animations: Interpolate attribute <startOffset> from [10in] to [770pt] at (0.2) is [730pt]
21 PASS Web Animations: Interpolate attribute <startOffset> from [10in] to [770pt] at (0.6) is [750pt]
22 PASS Web Animations: Interpolate attribute <startOffset> from [10in] to [770pt] at (1) is [770pt]
23 PASS Web Animations: Interpolate attribute <startOffset> from [10in] to [770pt] at (1.4) is [790pt]
24 FAIL SMIL: Interpolate attribute <startOffset> from [25%] to [25em] at (0) is [2 50] assert_equals: expected "250 " but got "35 "
25 FAIL SMIL: Interpolate attribute <startOffset> from [25%] to [25em] at (0.2) is [450] assert_equals: expected "450 " but got "278 "
26 FAIL SMIL: Interpolate attribute <startOffset> from [25%] to [25em] at (0.6) is [850] assert_equals: expected "850 " but got "764 "
27 PASS SMIL: Interpolate attribute <startOffset> from [25%] to [25em] at (1) is [1 250]
28 FAIL Web Animations: Interpolate attribute <startOffset> from [25%] to [25em] at (-0.4) is [-150] assert_equals: expected "- 150 " but got "- 451 "
29 FAIL Web Animations: Interpolate attribute <startOffset> from [25%] to [25em] at (0) is [250] assert_equals: expected "250 " but got "35 "
30 FAIL Web Animations: Interpolate attribute <startOffset> from [25%] to [25em] at (0.2) is [450] assert_equals: expected "450 " but got "278 "
31 FAIL Web Animations: Interpolate attribute <startOffset> from [25%] to [25em] at (0.6) is [850] assert_equals: expected "850 " but got "764 "
32 PASS Web Animations: Interpolate attribute <startOffset> from [25%] to [25em] at (1) is [1250]
33 FAIL Web Animations: Interpolate attribute <startOffset> from [25%] to [25em] at (1.4) is [1650] assert_equals: expected "1650 " but got "1736 "
34 PASS SMIL: Interpolate attribute <startOffset> from [125] to [25ex] at (0) is [1 25]
35 PASS SMIL: Interpolate attribute <startOffset> from [125] to [25ex] at (1) is [2 5ex]
36 PASS Web Animations: Interpolate attribute <startOffset> from [125] to [25ex] at (0) is [125]
37 PASS Web Animations: Interpolate attribute <startOffset> from [125] to [25ex] at (1) is [25ex]
38 Harness: the test ran to completion.
2 39
3 SVG SMIL:
4 PASS: startOffset from [1] to [6] was [1] at 0
5 PASS: startOffset from [1] to [6] was [2] at 0.2
6 PASS: startOffset from [1] to [6] was [4] at 0.6
7 PASS: startOffset from [1] to [6] was [6] at 1
8 PASS: startOffset from [10in] to [770pt] was [720pt] at 0
9 PASS: startOffset from [10in] to [770pt] was [730pt] at 0.2
10 PASS: startOffset from [10in] to [770pt] was [750pt] at 0.6
11 PASS: startOffset from [10in] to [770pt] was [770pt] at 1
12 FAIL: startOffset from [25%] to [25em] was [35] at 0, expected [250] (parsed as [250])
13 FAIL: startOffset from [25%] to [25em] was [278] at 0.2, expected [450] (parsed as [450])
14 FAIL: startOffset from [25%] to [25em] was [764] at 0.6, expected [850] (parsed as [850])
15 PASS: startOffset from [25%] to [25em] was [1250] at 1
16 PASS: startOffset from [125] to [25ex] was [125] at 0
17 PASS: startOffset from [125] to [25ex] was [25ex] at 1
18
19 Web Animations API:
20 PASS: startOffset from [1] to [6] was [-1] at -0.4
21 PASS: startOffset from [1] to [6] was [1] at 0
22 PASS: startOffset from [1] to [6] was [2] at 0.2
23 PASS: startOffset from [1] to [6] was [4] at 0.6
24 PASS: startOffset from [1] to [6] was [6] at 1
25 PASS: startOffset from [1] to [6] was [8] at 1.4
26 PASS: startOffset from [10in] to [770pt] was [700pt] at -0.4
27 PASS: startOffset from [10in] to [770pt] was [720pt] at 0
28 PASS: startOffset from [10in] to [770pt] was [730pt] at 0.2
29 PASS: startOffset from [10in] to [770pt] was [750pt] at 0.6
30 PASS: startOffset from [10in] to [770pt] was [770pt] at 1
31 PASS: startOffset from [10in] to [770pt] was [790pt] at 1.4
32 FAIL: startOffset from [25%] to [25em] was [-451] at -0.4, expected [-150] (pars ed as [-150])
33 FAIL: startOffset from [25%] to [25em] was [35] at 0, expected [250] (parsed as [250])
34 FAIL: startOffset from [25%] to [25em] was [278] at 0.2, expected [450] (parsed as [450])
35 FAIL: startOffset from [25%] to [25em] was [764] at 0.6, expected [850] (parsed as [850])
36 PASS: startOffset from [25%] to [25em] was [1250] at 1
37 FAIL: startOffset from [25%] to [25em] was [1736] at 1.4, expected [1650] (parse d as [1650])
38 PASS: startOffset from [125] to [25ex] was [125] at 0
39 PASS: startOffset from [125] to [25ex] was [25ex] at 1
40
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698