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

Side by Side Diff: LayoutTests/fast/block/float/floats-not-cleared-from-grand-parents.html

Issue 6588058: Merge 78775 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/648/
Patch Set: Created 9 years, 9 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/floats-not-cleared-from-grand-parents-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 Test passes if it does not crash. 3 Test passes if it does not crash.
4 <script> 4 <script>
5 if (window.layoutTestController) 5 if (window.layoutTestController)
6 layoutTestController.dumpAsText(); 6 layoutTestController.dumpAsText();
7 7
8 function runTest() { 8 function runTest() {
9 span0 = document.createElement('span'); 9 span0 = document.createElement('span');
10 document.documentElement.appendChild(span0); 10 document.documentElement.appendChild(span0);
(...skipping 16 matching lines...) Expand all
27 span1.appendChild(li); 27 span1.appendChild(li);
28 28
29 document.body.offsetTop; 29 document.body.offsetTop;
30 30
31 span3 = document.createElement('span'); 31 span3 = document.createElement('span');
32 span3.appendChild(span0); 32 span3.appendChild(span0);
33 } 33 }
34 </script> 34 </script>
35 </body> 35 </body>
36 </html> 36 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/block/float/floats-not-cleared-from-grand-parents-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698