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..cd69a7b3bd74be9bceb694beedb7bca814f1a0d1 100644 |
--- a/LayoutTests/animations/interpolation/svg-stroke-width-interpolation-expected.txt |
+++ b/LayoutTests/animations/interpolation/svg-stroke-width-interpolation-expected.txt |
@@ -4,4 +4,10 @@ PASS: stroke-width from [0px] to [20px] was [6px] at 0.3 |
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 |
+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 |