Index: third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/svg-numOctaves-interpolation-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/svg-numOctaves-interpolation-expected.txt b/third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/svg-numOctaves-interpolation-expected.txt |
deleted file mode 100644 |
index d8e601e3bd750781fbd23757363bc46957622789..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/svg-numOctaves-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: numOctaves from [1] to [7] was [1] at 0 |
-PASS: numOctaves from [1] to [7] was [2] at 0.2 |
-PASS: numOctaves from [1] to [7] was [5] at 0.6 |
-PASS: numOctaves from [1] to [7] was [7] at 1 |
- |
-Web Animations API: |
-PASS: numOctaves from [1] to [7] was [-1] at -0.4 |
-PASS: numOctaves from [1] to [7] was [1] at 0 |
-PASS: numOctaves from [1] to [7] was [2] at 0.2 |
-PASS: numOctaves from [1] to [7] was [5] at 0.6 |
-PASS: numOctaves from [1] to [7] was [7] at 1 |
-PASS: numOctaves from [1] to [7] was [9] at 1.4 |
- |