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

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

Issue 2696083004: Do not commit: Remove testharness.js test results that are all-PASS, ignoring console output (Closed)
Patch Set: Created 3 years, 10 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
deleted file mode 100644
index 57212afb488ce514ed9edfa333c6c3e975fcf644..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/svg-startOffset-interpolation-expected.txt
+++ /dev/null
@@ -1,38 +0,0 @@
-This is a testharness.js-based test.
-PASS This test uses interpolation-test.js.
-PASS SMIL: Interpolate attribute <startOffset> from replace [1] to replace [6] at (0) is [1]
-PASS SMIL: Interpolate attribute <startOffset> from replace [1] to replace [6] at (0.2) is [2]
-PASS SMIL: Interpolate attribute <startOffset> from replace [1] to replace [6] at (0.6) is [4]
-PASS SMIL: Interpolate attribute <startOffset> from replace [1] to replace [6] at (1) is [6]
-PASS Web Animations: Interpolate attribute <startOffset> from replace [1] to replace [6] at (-0.4) is [-1]
-PASS Web Animations: Interpolate attribute <startOffset> from replace [1] to replace [6] at (0) is [1]
-PASS Web Animations: Interpolate attribute <startOffset> from replace [1] to replace [6] at (0.2) is [2]
-PASS Web Animations: Interpolate attribute <startOffset> from replace [1] to replace [6] at (0.6) is [4]
-PASS Web Animations: Interpolate attribute <startOffset> from replace [1] to replace [6] at (1) is [6]
-PASS Web Animations: Interpolate attribute <startOffset> from replace [1] to replace [6] at (1.4) is [8]
-PASS SMIL: Interpolate attribute <startOffset> from replace [10in] to replace [770pt] at (0) is [720pt]
-PASS SMIL: Interpolate attribute <startOffset> from replace [10in] to replace [770pt] at (0.2) is [730pt]
-PASS SMIL: Interpolate attribute <startOffset> from replace [10in] to replace [770pt] at (0.6) is [750pt]
-PASS SMIL: Interpolate attribute <startOffset> from replace [10in] to replace [770pt] at (1) is [770pt]
-PASS Web Animations: Interpolate attribute <startOffset> from replace [10in] to replace [770pt] at (-0.4) is [700pt]
-PASS Web Animations: Interpolate attribute <startOffset> from replace [10in] to replace [770pt] at (0) is [720pt]
-PASS Web Animations: Interpolate attribute <startOffset> from replace [10in] to replace [770pt] at (0.2) is [730pt]
-PASS Web Animations: Interpolate attribute <startOffset> from replace [10in] to replace [770pt] at (0.6) is [750pt]
-PASS Web Animations: Interpolate attribute <startOffset> from replace [10in] to replace [770pt] at (1) is [770pt]
-PASS Web Animations: Interpolate attribute <startOffset> from replace [10in] to replace [770pt] at (1.4) is [790pt]
-FAIL SMIL: Interpolate attribute <startOffset> from replace [25%] to replace [25em] at (0) is [250] assert_equals: expected "250 " but got "35 "
-FAIL SMIL: Interpolate attribute <startOffset> from replace [25%] to replace [25em] at (0.2) is [450] assert_equals: expected "450 " but got "278 "
-FAIL SMIL: Interpolate attribute <startOffset> from replace [25%] to replace [25em] at (0.6) is [850] assert_equals: expected "850 " but got "764 "
-PASS SMIL: Interpolate attribute <startOffset> from replace [25%] to replace [25em] at (1) is [1250]
-FAIL Web Animations: Interpolate attribute <startOffset> from replace [25%] to replace [25em] at (-0.4) is [-150] assert_equals: expected "- 150 " but got "- 451 "
-FAIL Web Animations: Interpolate attribute <startOffset> from replace [25%] to replace [25em] at (0) is [250] assert_equals: expected "250 " but got "35 "
-FAIL Web Animations: Interpolate attribute <startOffset> from replace [25%] to replace [25em] at (0.2) is [450] assert_equals: expected "450 " but got "278 "
-FAIL Web Animations: Interpolate attribute <startOffset> from replace [25%] to replace [25em] at (0.6) is [850] assert_equals: expected "850 " but got "764 "
-PASS Web Animations: Interpolate attribute <startOffset> from replace [25%] to replace [25em] at (1) is [1250]
-FAIL Web Animations: Interpolate attribute <startOffset> from replace [25%] to replace [25em] at (1.4) is [1650] assert_equals: expected "1650 " but got "1736 "
-PASS SMIL: Interpolate attribute <startOffset> from replace [125] to replace [25ex] at (0) is [125]
-PASS SMIL: Interpolate attribute <startOffset> from replace [125] to replace [25ex] at (1) is [25ex]
-PASS Web Animations: Interpolate attribute <startOffset> from replace [125] to replace [25ex] at (0) is [125]
-PASS Web Animations: Interpolate attribute <startOffset> from replace [125] to replace [25ex] at (1) is [25ex]
-Harness: the test ran to completion.
-

Powered by Google App Engine
This is Rietveld 408576698