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

Side by Side Diff: LayoutTests/fast/ruby/ruby-overhang-crash.html

Issue 8028045: Merge 95462 - Source/WebCore: Issues with merging ruby bases. (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/835/
Patch Set: Created 9 years, 2 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/fast/ruby/ruby-overhang-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
1 <html> 1 <html>
2 <body> 2 <body>
3 Test passes if it does not crash. 3 Test passes if it does not crash.
4 <ruby><svg><table><span><div><tr></tr><rt id="test"></rt></ruby> 4 <ruby><svg><table><span><div><tr></tr><rt id="test"></rt></ruby>
5 <script> 5 <script>
6 function runTest() 6 function runTest()
7 { 7 {
8 var child = document.getElementById('test'); 8 var child = document.getElementById('test');
9 child.parentNode.removeChild(child); 9 child.parentNode.removeChild(child);
10 10
11 if (window.layoutTestController) 11 if (window.layoutTestController)
12 layoutTestController.notifyDone(); 12 layoutTestController.notifyDone();
13 } 13 }
14 14
15 if (window.layoutTestController) { 15 if (window.layoutTestController) {
16 layoutTestController.dumpAsText(); 16 layoutTestController.dumpAsText();
17 layoutTestController.waitUntilDone(); 17 layoutTestController.waitUntilDone();
18 } 18 }
19 19
20 setTimeout("runTest()", 0); 20 setTimeout("runTest()", 0);
21 </script> 21 </script>
22 </body> 22 </body>
23 </html> 23 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/ruby/ruby-overhang-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698