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