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

Side by Side Diff: LayoutTests/fast/multicol/float-not-removed-crash.html

Issue 11953096: Merge 140069 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 7 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/multicol/float-not-removed-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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 Test passes if it does not crash. 3 Test passes if it does not crash.
4 <style> 4 <style>
5 .class1:nth-child(-n+6) { float: left; padding-bottom: 100px; } 5 .class1:nth-child(-n+6) { float: left; padding-bottom: 100px; }
6 .class2:nth-child(even) { -webkit-backface-visibility: hidden; -webkit-column-sp an: all; } 6 .class2:nth-child(even) { -webkit-backface-visibility: hidden; -webkit-column-sp an: all; }
7 .class3 { -webkit-column-count: 65536; } 7 .class3 { -webkit-column-count: 65536; }
8 </style> 8 </style>
9 <script> 9 <script>
10 if (window.testRunner) { 10 if (window.testRunner) {
(...skipping 21 matching lines...) Expand all
32 test7.appendChild(test5); 32 test7.appendChild(test5);
33 document.documentElement.offsetTop; 33 document.documentElement.offsetTop;
34 setTimeout('test3.appendChild(test4);', 0); 34 setTimeout('test3.appendChild(test4);', 0);
35 setTimeout('test2.appendChild(test7);', 2); 35 setTimeout('test2.appendChild(test7);', 2);
36 setTimeout('if (window.testRunner) testRunner.notifyDone();', 4); 36 setTimeout('if (window.testRunner) testRunner.notifyDone();', 4);
37 } 37 }
38 38
39 window.onload = crash; 39 window.onload = crash;
40 </script> 40 </script>
41 </html> 41 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/multicol/float-not-removed-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698