Chromium Code Reviews| Index: LayoutTests/svg/text/svg-textpath-infinite-loop-crash.html |
| diff --git a/LayoutTests/svg/text/svg-textpath-infinite-loop-crash.html b/LayoutTests/svg/text/svg-textpath-infinite-loop-crash.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..064ec20fe76d6949fb273bb8c5d2c71525ea2df9 |
| --- /dev/null |
| +++ b/LayoutTests/svg/text/svg-textpath-infinite-loop-crash.html |
| @@ -0,0 +1,13 @@ |
| +<!DOCTYPE html> |
| +<html> |
| +<body> |
| + <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.
|
| + <div id="goal-line2">See bug: https://code.google.com/p/chromium/issues/detail?id=232903</div> |
| + |
| + <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="looper"> |
| + <text> |
| + <textPath xlink:href="#looper">boop</textPath> |
| + </text> |
| + </svg> |
| +</body> |
| +</html> |