Chromium Code Reviews

Unified Diff: LayoutTests/svg/animations/animate-startoffset-unitmode.html

Issue 1003273005: Synchronize SVGLengthMode values for SVGTextPathElement.startOffset (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | LayoutTests/svg/animations/animate-startoffset-unitmode-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | LayoutTests/svg/animations/animate-startoffset-unitmode-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine