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

Side by Side Diff: LayoutTests/svg/custom/crash-textPath-attributes.html

Issue 7350005: Merge 90166 (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-textPath-attributes-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 <iframe src="resources/crash-textPath-attributes-iframe.svg" onload="go(this)">< /iframe> 1 <iframe src="resources/crash-textPath-attributes-iframe.svg" onload="go(this)">< /iframe>
2 <script> 2 <script>
3 if (window.layoutTestController) 3 if (window.layoutTestController)
4 layoutTestController.dumpAsText(); 4 layoutTestController.dumpAsText();
5 5
6 function go(oIframe) { 6 function go(oIframe) {
7 var oSelection = oIframe.contentWindow.getSelection(); 7 var oSelection = oIframe.contentWindow.getSelection();
8 oSelection.selectAllChildren(oIframe.contentDocument); 8 oSelection.selectAllChildren(oIframe.contentDocument);
9 oSelection.deleteFromDocument(); 9 oSelection.deleteFromDocument();
10 } 10 }
11 </script> 11 </script>
12 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=62439">Update SVG p osition values on SVG DOM updates</a></p> 12 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=62439">Update SVG p osition values on SVG DOM updates</a></p>
13 <p>This test PASSES if he does not crash</p> 13 <p>This test PASSES if he does not crash</p>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/custom/crash-textPath-attributes-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698