Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(648)

Side by Side Diff: LayoutTests/svg/text/svg-textpath-infinite-loop-crash.html

Issue 180213005: Add layout test for the crash on infinite loop in SVG textPath. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: dumpAsText added Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | LayoutTests/svg/text/svg-textpath-infinite-loop-crash-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(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>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/text/svg-textpath-infinite-loop-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698