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

Side by Side Diff: LayoutTests/fast/block/float/no-overhanging-float-crash.html

Issue 6999012: Merge 86160 - Fix null ptr crash from r85876 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/742/
Patch Set: Created 9 years, 7 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/float/no-overhanging-float-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 <script> 3 <script>
4 if (window.layoutTestController) 4 if (window.layoutTestController)
5 layoutTestController.dumpAsText(); 5 layoutTestController.dumpAsText();
6 6
7 function runTest() 7 function runTest()
8 { 8 {
9 document.body.offsetTop; 9 document.body.offsetTop;
10 var child = document.getElementById('test'); 10 var child = document.getElementById('test');
11 child.parentNode.removeChild(child); 11 child.parentNode.removeChild(child);
12 } 12 }
13 </script> 13 </script>
14 <div style="padding-bottom: 10500000000000%; -webkit-columns: initial;"> 14 <div style="padding-bottom: 10500000000000%; -webkit-columns: initial;">
15 PASS 15 PASS
16 <p></p> 16 <p></p>
17 <span id="test"> 17 <span id="test">
18 <link></link> 18 <link></link>
19 </span> 19 </span>
20 </div> 20 </div>
21 </body> 21 </body>
22 </html> 22 </html>
23 23
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/block/float/no-overhanging-float-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698