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