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

Side by Side Diff: LayoutTests/svg/custom/crash-text-in-textpath.svg

Issue 7350004: Merge 90156 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/782/
Patch Set: Created 9 years, 5 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/custom/crash-text-in-textpath-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
1 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3 .org/1999/xlink"> 1 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3 .org/1999/xlink">
2 <text> 2 <text>
3 <textPath id="textPath"> 3 <textPath id="textPath">
4 <script> 4 <script>
5 if (window.layoutTestController) 5 if (window.layoutTestController)
6 layoutTestController.dumpAsText(); 6 layoutTestController.dumpAsText();
7 7
8 // This triggers a layout before adding the #text node. 8 // This triggers a layout before adding the #text node.
9 document.getElementById('textPath').scrollIntoView('foo'); 9 document.getElementById('textPath').scrollIntoView('foo');
10 </script> 10 </script>
11 foo 11 foo
12 <script> 12 <script>
13 // This triggers a layout after adding the #text node to fire the AS SERT. 13 // This triggers a layout after adding the #text node to fire the AS SERT.
14 document.getElementById('textPath').scrollIntoView('foo'); 14 document.getElementById('textPath').scrollIntoView('foo');
15 </script> 15 </script>
16 </textPath> 16 </textPath>
17 </text> 17 </text>
18 <text x="10" y="50">Test for bug <a xlink:href="https://bugs.webkit.org/show_bug .cgi?id=63076">63076</a>: Assertion failure in RenderSVGInlineText::characterSta rtsNewTextChunk</text> 18 <text x="10" y="50">Test for bug <a xlink:href="https://bugs.webkit.org/show_bug .cgi?id=63076">63076</a>: Assertion failure in RenderSVGInlineText::characterSta rtsNewTextChunk</text>
19 <text x="10" y="100">This test passes if it does not crash</text> 19 <text x="10" y="100">This test passes if it does not crash</text>
20 </svg> 20 </svg>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/custom/crash-text-in-textpath-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698