Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <html> | |
| 3 <body> | |
| 4 <div id="goal-line1">Test for infinite loop in textPath.</div> | |
|
rwlbuis
2014/02/28 18:42:38
You can remove id's if they are not useful. Basica
ostap
2014/02/28 19:25:44
Done.
| |
| 5 <div id="goal-line2">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">boop</textPath> | |
| 10 </text> | |
| 11 </svg> | |
| 12 </body> | |
| 13 </html> | |
| OLD | NEW |