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

Side by Side Diff: LayoutTests/fast/multicol/span/positioned-objects-not-removed-crash.html

Issue 10546039: Merge 119409 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1132/
Patch Set: Created 8 years, 6 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <body> 3 <body>
4 <style> 4 <style>
5 #test0 { -webkit-columns: 1px; } 5 #test0 { -webkit-columns: 1px; }
6 #test1 { -webkit-perspective: 1; display: compact; } 6 #test1 { -webkit-perspective: 1; display: compact; }
7 #test1:before { content: ""; } 7 #test1:before { content: ""; }
8 #test1:after { display: table; content: ""; } 8 #test1:after { display: table; content: ""; }
9 #test2 { -webkit-column-span: all; } 9 #test2 { -webkit-column-span: all; }
10 #test4:last-child { position:fixed; } 10 #test4:last-child { position:fixed; }
(...skipping 21 matching lines...) Expand all
32 test3.appendChild(test4); 32 test3.appendChild(test4);
33 document.body.offsetTop; 33 document.body.offsetTop;
34 test2.setAttribute('class', 'c0'); 34 test2.setAttribute('class', 'c0');
35 test4.setAttribute('class', 'c1'); 35 test4.setAttribute('class', 'c1');
36 document.body.offsetTop; 36 document.body.offsetTop;
37 document.body.innerHTML = "WebKit Bug - Crash in multi-column layout.<br />P ASS. WebKit didn't crash."; 37 document.body.innerHTML = "WebKit Bug - Crash in multi-column layout.<br />P ASS. WebKit didn't crash.";
38 } 38 }
39 </script> 39 </script>
40 </body> 40 </body>
41 </html> 41 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698