| 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..4d67923a6676ab76f823d6acc0b58b6d4e4d8ed4
|
| --- /dev/null
|
| +++ b/LayoutTests/svg/text/svg-textpath-infinite-loop-crash.html
|
| @@ -0,0 +1,17 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| +<body>
|
| + <div>Test for infinite loop in textPath.</div>
|
| + <div>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">SVG text</textPath>
|
| + </text>
|
| + </svg>
|
| + <script>
|
| + if (window.testRunner)
|
| + testRunner.dumpAsText();
|
| + </script>
|
| +</body>
|
| +</html>
|
|
|