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

Unified Diff: third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-offset-composition-expected.txt

Issue 1411043006: Extend SVG attribute interpolation test helper to test composition modes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@_testHarnessSVGTests
Patch Set: Update expectatiotnpants 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-offset-composition-expected.txt
diff --git a/third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-offset-composition-expected.txt b/third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-offset-composition-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..5949eb2ec197f5f2d6a253ba03072effafe5e637
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-offset-composition-expected.txt
@@ -0,0 +1,17 @@
+CONSOLE WARNING: SVG's SMIL animations (<animate>, <set>, etc.) are deprecated and will be removed. Please use CSS animations or Web animations instead.
+This is a testharness.js-based test.
+PASS This test uses interpolation-test.js.
+PASS SMIL: Interpolate attribute <offset> from add [-0.5] to add [1] at (0) is [0]
+PASS SMIL: Interpolate attribute <offset> from add [-0.5] to add [1] at (0.25) is [0.375]
+PASS SMIL: Interpolate attribute <offset> from add [-0.5] to add [1] at (0.5) is [0.75]
+PASS SMIL: Interpolate attribute <offset> from add [-0.5] to add [1] at (0.75) is [1.125]
+PASS SMIL: Interpolate attribute <offset> from add [-0.5] to add [1] at (1) is [1.5]
+FAIL Web Animations: Interpolate attribute <offset> from add [-0.5] to add [1] at (-0.5) is [-0.75] assert_equals: expected "- 0.75 " but got "- 1.25 "
+FAIL Web Animations: Interpolate attribute <offset> from add [-0.5] to add [1] at (0) is [0] assert_equals: expected "0 " but got "- 0.5 "
+FAIL Web Animations: Interpolate attribute <offset> from add [-0.5] to add [1] at (0.25) is [0.375] assert_equals: expected "0.38 " but got "- 0.13 "
+FAIL Web Animations: Interpolate attribute <offset> from add [-0.5] to add [1] at (0.5) is [0.75] assert_equals: expected "0.75 " but got "0.25 "
+FAIL Web Animations: Interpolate attribute <offset> from add [-0.5] to add [1] at (0.75) is [1.125] assert_equals: expected "1.13 " but got "0.63 "
+FAIL Web Animations: Interpolate attribute <offset> from add [-0.5] to add [1] at (1) is [1.5] assert_equals: expected "1.5 " but got "1 "
+FAIL Web Animations: Interpolate attribute <offset> from add [-0.5] to add [1] at (1.5) is [2.25] assert_equals: expected "2.25 " but got "1.75 "
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698