Index: LayoutTests/svg/animations/animate-startoffset-unitmode.html |
diff --git a/LayoutTests/svg/animations/animate-textlength-unitmode.html b/LayoutTests/svg/animations/animate-startoffset-unitmode.html |
similarity index 67% |
copy from LayoutTests/svg/animations/animate-textlength-unitmode.html |
copy to LayoutTests/svg/animations/animate-startoffset-unitmode.html |
index c2144e87a5f8de2f4445f5da36996a1e200c32b9..dff6dbbec57c718cc824baf114c581eab025657c 100644 |
--- a/LayoutTests/svg/animations/animate-textlength-unitmode.html |
+++ b/LayoutTests/svg/animations/animate-startoffset-unitmode.html |
@@ -1,7 +1,9 @@ |
<!DOCTYPE html> |
<svg> |
<text> |
- <set attributeName="textLength" to="50%"> |
+ <textPath> |
+ <set attributeName="startOffset" to="50%"> |
+ </textPath> |
</text> |
</svg> |
<p>Pass if Blink does not crash in debug.</p> |