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