Index: third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/svg-in-interpolation-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/svg-in-interpolation-expected.txt b/third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/svg-in-interpolation-expected.txt |
deleted file mode 100644 |
index cef092ca18c309cd80228a0d62e80eacb3cedf31..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/svg-in-interpolation-expected.txt |
+++ /dev/null |
@@ -1,26 +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: in from [SourceAlpha] to [FillPaint] was [SourceAlpha] at 0 |
-PASS: in from [SourceAlpha] to [FillPaint] was [SourceAlpha] at 0.2 |
-PASS: in from [SourceAlpha] to [FillPaint] was [FillPaint] at 0.6 |
-PASS: in from [SourceAlpha] to [FillPaint] was [FillPaint] at 1 |
-PASS: in2 from [BackgroundImage] to [myFilter] was [BackgroundImage] at 0 |
-PASS: in2 from [BackgroundImage] to [myFilter] was [BackgroundImage] at 0.2 |
-PASS: in2 from [BackgroundImage] to [myFilter] was [myFilter] at 0.6 |
-PASS: in2 from [BackgroundImage] to [myFilter] was [myFilter] at 1 |
- |
-Web Animations API: |
-PASS: in from [SourceAlpha] to [FillPaint] was [SourceAlpha] at -0.4 |
-PASS: in from [SourceAlpha] to [FillPaint] was [SourceAlpha] at 0 |
-PASS: in from [SourceAlpha] to [FillPaint] was [SourceAlpha] at 0.2 |
-PASS: in from [SourceAlpha] to [FillPaint] was [FillPaint] at 0.6 |
-PASS: in from [SourceAlpha] to [FillPaint] was [FillPaint] at 1 |
-PASS: in from [SourceAlpha] to [FillPaint] was [FillPaint] at 1.4 |
-PASS: in2 from [BackgroundImage] to [myFilter] was [BackgroundImage] at -0.4 |
-PASS: in2 from [BackgroundImage] to [myFilter] was [BackgroundImage] at 0 |
-PASS: in2 from [BackgroundImage] to [myFilter] was [BackgroundImage] at 0.2 |
-PASS: in2 from [BackgroundImage] to [myFilter] was [myFilter] at 0.6 |
-PASS: in2 from [BackgroundImage] to [myFilter] was [myFilter] at 1 |
-PASS: in2 from [BackgroundImage] to [myFilter] was [myFilter] at 1.4 |
- |