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