Index: third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/svg-method-interpolation-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/svg-method-interpolation-expected.txt b/third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/svg-method-interpolation-expected.txt |
deleted file mode 100644 |
index e1f29b1fcccf3648cb6d8861ba1d0715419cf73d..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/svg-method-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: method from [align] to [stretch] was [align] at 0 |
-PASS: method from [align] to [stretch] was [align] at 0.2 |
-PASS: method from [align] to [stretch] was [stretch] at 0.6 |
-PASS: method from [align] to [stretch] was [stretch] at 1 |
- |
-Web Animations API: |
-PASS: method from [align] to [stretch] was [align] at -2.4 |
-PASS: method from [align] to [stretch] was [align] at 0 |
-PASS: method from [align] to [stretch] was [align] at 0.2 |
-PASS: method from [align] to [stretch] was [stretch] at 0.6 |
-PASS: method from [align] to [stretch] was [stretch] at 1 |
-PASS: method from [align] to [stretch] was [stretch] at 3.4 |
- |