Index: third_party/WebKit/LayoutTests/animations/svg-attribute-responsive/svg-points-responsive-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/animations/svg-attribute-responsive/svg-points-responsive-expected.txt b/third_party/WebKit/LayoutTests/animations/svg-attribute-responsive/svg-points-responsive-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..fd744a7a53f870da5b56db6bec8686ced0a55837 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/animations/svg-attribute-responsive/svg-points-responsive-expected.txt |
@@ -0,0 +1,8 @@ |
+This is a testharness.js-based test. |
+PASS This test uses responsive-test.js. |
+FAIL Animation on property <svgPoints> from neutral to [10 20, 30 40] with {"underlying":"10 10, 20 20"} changed to {"underlying":"10 10"} at (0.25) is [10 10] assert_equals: expected "10 10" but got "" |
+PASS Animation on property <svgPoints> from neutral to [10 20, 30 40] with {"underlying":"10 10, 20 20"} changed to {"underlying":"10 10"} at (0.75) is [10 20, 30 40] |
+FAIL Animation on property <svgPoints> from neutral to [10 20, 30 40] with {"underlying":"10 10"} changed to {"underlying":"10 10, 20 20"} at (0.25) is [10 12.5, 22.5 25] assert_equals: expected "10 12.5, 22.5 25" but got "" |
+FAIL Animation on property <svgPoints> from neutral to [10 20, 30 40] with {"underlying":"10 10"} changed to {"underlying":"10 10, 20 20"} at (0.75) is [10 17.5, 27.5 35] assert_equals: expected "10 17.5, 27.5 35" but got "10 20, 30 40" |
+Harness: the test ran to completion. |
+ |