OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <html> | |
3 <body> | |
4 <div>Test for infinite loop in textPath.</div> | |
5 <div>See bug: https://code.google.com/p/chromium/issues/detail?id=232903</div> | |
6 | |
7 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xl ink" id="looper"> | |
8 <text> | |
9 <textPath xlink:href="#looper">SVG text</textPath> | |
10 </text> | |
11 </svg> | |
12 <script> | |
13 if (window.testRunner) | |
14 testRunner.dumpAsText(); | |
15 </script> | |
16 </body> | |
17 </html> | |
OLD | NEW |