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

Unified 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, 2 months 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/svg-startOffset-interpolation-expected.txt
diff --git a/third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/svg-startOffset-interpolation-expected.txt b/third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/svg-startOffset-interpolation-expected.txt
index f9e0eaa72c2ea3ef22fa0c0788d47193f6b3e555..28960b342b33347296f999ae028b139e1c09b69d 100644
--- a/third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/svg-startOffset-interpolation-expected.txt
+++ b/third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/svg-startOffset-interpolation-expected.txt
@@ -1,40 +1,39 @@
CONSOLE WARNING: SVG's SMIL animations (<animate>, <set>, etc.) are deprecated and will be removed. Please use CSS animations or Web animations instead.
-
-SVG SMIL:
-PASS: startOffset from [1] to [6] was [1] at 0
-PASS: startOffset from [1] to [6] was [2] at 0.2
-PASS: startOffset from [1] to [6] was [4] at 0.6
-PASS: startOffset from [1] to [6] was [6] at 1
-PASS: startOffset from [10in] to [770pt] was [720pt] at 0
-PASS: startOffset from [10in] to [770pt] was [730pt] at 0.2
-PASS: startOffset from [10in] to [770pt] was [750pt] at 0.6
-PASS: startOffset from [10in] to [770pt] was [770pt] at 1
-FAIL: startOffset from [25%] to [25em] was [35] at 0, expected [250] (parsed as [250])
-FAIL: startOffset from [25%] to [25em] was [278] at 0.2, expected [450] (parsed as [450])
-FAIL: startOffset from [25%] to [25em] was [764] at 0.6, expected [850] (parsed as [850])
-PASS: startOffset from [25%] to [25em] was [1250] at 1
-PASS: startOffset from [125] to [25ex] was [125] at 0
-PASS: startOffset from [125] to [25ex] was [25ex] at 1
-
-Web Animations API:
-PASS: startOffset from [1] to [6] was [-1] at -0.4
-PASS: startOffset from [1] to [6] was [1] at 0
-PASS: startOffset from [1] to [6] was [2] at 0.2
-PASS: startOffset from [1] to [6] was [4] at 0.6
-PASS: startOffset from [1] to [6] was [6] at 1
-PASS: startOffset from [1] to [6] was [8] at 1.4
-PASS: startOffset from [10in] to [770pt] was [700pt] at -0.4
-PASS: startOffset from [10in] to [770pt] was [720pt] at 0
-PASS: startOffset from [10in] to [770pt] was [730pt] at 0.2
-PASS: startOffset from [10in] to [770pt] was [750pt] at 0.6
-PASS: startOffset from [10in] to [770pt] was [770pt] at 1
-PASS: startOffset from [10in] to [770pt] was [790pt] at 1.4
-FAIL: startOffset from [25%] to [25em] was [-451] at -0.4, expected [-150] (parsed as [-150])
-FAIL: startOffset from [25%] to [25em] was [35] at 0, expected [250] (parsed as [250])
-FAIL: startOffset from [25%] to [25em] was [278] at 0.2, expected [450] (parsed as [450])
-FAIL: startOffset from [25%] to [25em] was [764] at 0.6, expected [850] (parsed as [850])
-PASS: startOffset from [25%] to [25em] was [1250] at 1
-FAIL: startOffset from [25%] to [25em] was [1736] at 1.4, expected [1650] (parsed as [1650])
-PASS: startOffset from [125] to [25ex] was [125] at 0
-PASS: startOffset from [125] to [25ex] was [25ex] at 1
+ This is a testharness.js-based test.
+PASS This test uses interpolation-test.js.
+PASS SMIL: Interpolate attribute <startOffset> from [1] to [6] at (0) is [1]
+PASS SMIL: Interpolate attribute <startOffset> from [1] to [6] at (0.2) is [2]
+PASS SMIL: Interpolate attribute <startOffset> from [1] to [6] at (0.6) is [4]
+PASS SMIL: Interpolate attribute <startOffset> from [1] to [6] at (1) is [6]
+PASS Web Animations: Interpolate attribute <startOffset> from [1] to [6] at (-0.4) is [-1]
+PASS Web Animations: Interpolate attribute <startOffset> from [1] to [6] at (0) is [1]
+PASS Web Animations: Interpolate attribute <startOffset> from [1] to [6] at (0.2) is [2]
+PASS Web Animations: Interpolate attribute <startOffset> from [1] to [6] at (0.6) is [4]
+PASS Web Animations: Interpolate attribute <startOffset> from [1] to [6] at (1) is [6]
+PASS Web Animations: Interpolate attribute <startOffset> from [1] to [6] at (1.4) is [8]
+PASS SMIL: Interpolate attribute <startOffset> from [10in] to [770pt] at (0) is [720pt]
+PASS SMIL: Interpolate attribute <startOffset> from [10in] to [770pt] at (0.2) is [730pt]
+PASS SMIL: Interpolate attribute <startOffset> from [10in] to [770pt] at (0.6) is [750pt]
+PASS SMIL: Interpolate attribute <startOffset> from [10in] to [770pt] at (1) is [770pt]
+PASS Web Animations: Interpolate attribute <startOffset> from [10in] to [770pt] at (-0.4) is [700pt]
+PASS Web Animations: Interpolate attribute <startOffset> from [10in] to [770pt] at (0) is [720pt]
+PASS Web Animations: Interpolate attribute <startOffset> from [10in] to [770pt] at (0.2) is [730pt]
+PASS Web Animations: Interpolate attribute <startOffset> from [10in] to [770pt] at (0.6) is [750pt]
+PASS Web Animations: Interpolate attribute <startOffset> from [10in] to [770pt] at (1) is [770pt]
+PASS Web Animations: Interpolate attribute <startOffset> from [10in] to [770pt] at (1.4) is [790pt]
+FAIL SMIL: Interpolate attribute <startOffset> from [25%] to [25em] at (0) is [250] assert_equals: expected "250 " but got "35 "
+FAIL SMIL: Interpolate attribute <startOffset> from [25%] to [25em] at (0.2) is [450] assert_equals: expected "450 " but got "278 "
+FAIL SMIL: Interpolate attribute <startOffset> from [25%] to [25em] at (0.6) is [850] assert_equals: expected "850 " but got "764 "
+PASS SMIL: Interpolate attribute <startOffset> from [25%] to [25em] at (1) is [1250]
+FAIL Web Animations: Interpolate attribute <startOffset> from [25%] to [25em] at (-0.4) is [-150] assert_equals: expected "- 150 " but got "- 451 "
+FAIL Web Animations: Interpolate attribute <startOffset> from [25%] to [25em] at (0) is [250] assert_equals: expected "250 " but got "35 "
+FAIL Web Animations: Interpolate attribute <startOffset> from [25%] to [25em] at (0.2) is [450] assert_equals: expected "450 " but got "278 "
+FAIL Web Animations: Interpolate attribute <startOffset> from [25%] to [25em] at (0.6) is [850] assert_equals: expected "850 " but got "764 "
+PASS Web Animations: Interpolate attribute <startOffset> from [25%] to [25em] at (1) is [1250]
+FAIL Web Animations: Interpolate attribute <startOffset> from [25%] to [25em] at (1.4) is [1650] assert_equals: expected "1650 " but got "1736 "
+PASS SMIL: Interpolate attribute <startOffset> from [125] to [25ex] at (0) is [125]
+PASS SMIL: Interpolate attribute <startOffset> from [125] to [25ex] at (1) is [25ex]
+PASS Web Animations: Interpolate attribute <startOffset> from [125] to [25ex] at (0) is [125]
+PASS Web Animations: Interpolate attribute <startOffset> from [125] to [25ex] at (1) is [25ex]
+Harness: the test ran to completion.

Powered by Google App Engine
This is Rietveld 408576698