Index: LayoutTests/animations/interpolation/svg-stroke-width-interpolation-expected.txt |
diff --git a/LayoutTests/animations/interpolation/svg-stroke-width-interpolation-expected.txt b/LayoutTests/animations/interpolation/svg-stroke-width-interpolation-expected.txt |
index 28d764b503f3182a2e1f393de7f1ba11095e777e..b05be8a10e9dcd4b49c52165b561bb516065ab97 100644 |
--- a/LayoutTests/animations/interpolation/svg-stroke-width-interpolation-expected.txt |
+++ b/LayoutTests/animations/interpolation/svg-stroke-width-interpolation-expected.txt |
@@ -1,3 +1,4 @@ |
+CSS Animations: |
PASS: stroke-width from [0px] to [20px] was [0px] at -0.3 |
PASS: stroke-width from [0px] to [20px] was [0px] at 0 |
PASS: stroke-width from [0px] to [20px] was [6px] at 0.3 |
@@ -5,3 +6,11 @@ PASS: stroke-width from [0px] to [20px] was [12px] at 0.6 |
PASS: stroke-width from [0px] to [20px] was [20px] at 1 |
PASS: stroke-width from [0px] to [20px] was [30px] at 1.5 |
+Web Animations API: |
+PASS: strokeWidth from [0px] to [20px] was [0px] at -0.3 |
+PASS: strokeWidth from [0px] to [20px] was [0px] at 0 |
+PASS: strokeWidth from [0px] to [20px] was [6px] at 0.3 |
+PASS: strokeWidth from [0px] to [20px] was [12px] at 0.6 |
+PASS: strokeWidth from [0px] to [20px] was [20px] at 1 |
+PASS: strokeWidth from [0px] to [20px] was [30px] at 1.5 |
+ |