Index: third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/svg-spreadMethod-interpolation-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/svg-spreadMethod-interpolation-expected.txt b/third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/svg-spreadMethod-interpolation-expected.txt |
deleted file mode 100644 |
index 432b4fa31c2c14628952615fc2e49207639340da..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/svg-spreadMethod-interpolation-expected.txt |
+++ /dev/null |
@@ -1,16 +0,0 @@ |
-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: spreadMethod from [pad] to [repeat] was [pad] at 0 |
-PASS: spreadMethod from [pad] to [repeat] was [pad] at 0.2 |
-PASS: spreadMethod from [pad] to [repeat] was [repeat] at 0.6 |
-PASS: spreadMethod from [pad] to [repeat] was [repeat] at 1 |
- |
-Web Animations API: |
-PASS: spreadMethod from [pad] to [repeat] was [pad] at -0.4 |
-PASS: spreadMethod from [pad] to [repeat] was [pad] at 0 |
-PASS: spreadMethod from [pad] to [repeat] was [pad] at 0.2 |
-PASS: spreadMethod from [pad] to [repeat] was [repeat] at 0.6 |
-PASS: spreadMethod from [pad] to [repeat] was [repeat] at 1 |
-PASS: spreadMethod from [pad] to [repeat] was [repeat] at 1.4 |
- |