OLD | NEW |
---|---|
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <svg> | 2 <svg> |
3 <text> | 3 <text> |
4 <set attributeName="textLength" to="50%"> | 4 <textPath> |
5 <set attributeName="startOffset" to="50%"> | |
6 </textPath> | |
5 </text> | 7 </text> |
6 </svg> | 8 </svg> |
7 <p>Pass if Blink does not crash in debug.</p> | 9 <p>Pass if Blink does not crash in debug.</p> |
8 <script> | 10 <script> |
9 if (window.testRunner) | 11 if (window.testRunner) |
10 testRunner.dumpAsText(); | 12 testRunner.dumpAsText(); |
11 </script> | 13 </script> |
OLD | NEW |