Index: LayoutTests/animations/interpolation/svg-stroke-dashoffset-interpolation.html |
diff --git a/LayoutTests/animations/interpolation/svg-stroke-dashoffset-interpolation.html b/LayoutTests/animations/interpolation/svg-stroke-dashoffset-interpolation.html |
index fefeb54cf87196024a41c41fcf540f77679a8f2f..7e4dbbbe1c2f8597b0f8a7b35857518cce06b258 100644 |
--- a/LayoutTests/animations/interpolation/svg-stroke-dashoffset-interpolation.html |
+++ b/LayoutTests/animations/interpolation/svg-stroke-dashoffset-interpolation.html |
@@ -7,6 +7,7 @@ svg { |
.target { |
stroke: black; |
stroke-width: 10px; |
+ font-size: 16px; |
} |
.replica { |
stroke: green; |
@@ -38,13 +39,13 @@ assertInterpolation({ |
from: '-20px', |
to: '30em' |
}, [ |
- {at: -0.25, is: '-20px'}, |
+ {at: -0.25, is: '-145px'}, |
{at: 0, is: '-20px'}, |
- {at: 0.25, is: '-20px'}, |
- {at: 0.5, is: '30em'}, |
- {at: 0.75, is: '30em'}, |
+ {at: 0.25, is: '105px'}, |
+ {at: 0.5, is: '230px'}, |
+ {at: 0.75, is: '355px'}, |
{at: 1, is: '30em'}, |
- {at: 1.25, is: '30em'}, |
+ {at: 1.25, is: '605px'}, |
]); |
assertInterpolation({ |
property: 'stroke-dashoffset', |