Add a layout test for the crash on infinite loop in SVG textPath.

The reported crash can't be reproduced anymore.

BUG=232903

Review URL: https://codereview.chromium.org/180213005

git-svn-id: svn://svn.chromium.org/blink/trunk@168330 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 958e2263
Test for infinite loop in textPath.
See bug: https://code.google.com/p/chromium/issues/detail?id=232903
SVG text
<!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>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment