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

Side by Side Diff: LayoutTests/fast/block/merge-anonymous-block-remove-child-crash.html

Issue 6192002: Merge 75090 - Merge 75082 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/597/
Patch Set: Created 9 years, 11 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/block/merge-anonymous-block-remove-child-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 onload="runTest();"> 2 <body onload="runTest();">
3 <span style="display: run-in" id="runIn"> 3 <span style="display: run-in" id="runIn">
4 </span> 4 </span>
5 <span style="display: list-item" id="listItem"> 5 <span style="display: list-item" id="listItem">
6 </span> 6 </span>
7 <div id="result"></div> 7 <div id="result"></div>
8 <script> 8 <script>
9 if (window.layoutTestController) 9 if (window.layoutTestController)
10 { 10 {
(...skipping 18 matching lines...) Expand all
29 document.body.removeChild(runIn); 29 document.body.removeChild(runIn);
30 document.body.removeChild(listItem); 30 document.body.removeChild(listItem);
31 31
32 document.getElementById('result').innerHTML = "PASS"; 32 document.getElementById('result').innerHTML = "PASS";
33 if (window.layoutTestController) 33 if (window.layoutTestController)
34 layoutTestController.notifyDone(); 34 layoutTestController.notifyDone();
35 } 35 }
36 </script> 36 </script>
37 </body> 37 </body>
38 </html> 38 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/block/merge-anonymous-block-remove-child-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698