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

Side by Side Diff: LayoutTests/fast/block/layer-not-removed-from-parent-crash.html

Issue 10880056: Merge 124564 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1180/
Patch Set: Created 8 years, 4 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/layer-not-removed-from-parent-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 <body style='-webkit-columns: 1'> 3 <body style='-webkit-columns: 1'>
4 A 4 A
5 <style> 5 <style>
6 .class1 { -webkit-column-span: all; } 6 .class1 { -webkit-column-span: all; }
7 </style><script> 7 </style><script>
8 if (window.testRunner) 8 if (window.testRunner)
9 testRunner.dumpAsText(); 9 testRunner.dumpAsText();
10 function crash() { 10 function crash() {
(...skipping 12 matching lines...) Expand all
23 document.execCommand("InsertHTML", false, "There should be an empty line between these two paragraphs.<span><div></div></span><div>This paragraph and the empty line should have be in their own divs with a red border.") 23 document.execCommand("InsertHTML", false, "There should be an empty line between these two paragraphs.<span><div></div></span><div>This paragraph and the empty line should have be in their own divs with a red border.")
24 document.execCommand("SelectAll", false) 24 document.execCommand("SelectAll", false)
25 document.execCommand("InsertHTML", false, "There should be an empty line between these two paragraphs.<span><div></div></span><div>This paragraph and the empty line should have be in their own divs with a red border.") 25 document.execCommand("InsertHTML", false, "There should be an empty line between these two paragraphs.<span><div></div></span><div>This paragraph and the empty line should have be in their own divs with a red border.")
26 document.body.offsetTop; 26 document.body.offsetTop;
27 document.body.innerHTML = "PASS. WebKit didn't crash."; 27 document.body.innerHTML = "PASS. WebKit didn't crash.";
28 } 28 }
29 document.addEventListener("DOMContentLoaded", crash, false); 29 document.addEventListener("DOMContentLoaded", crash, false);
30 </script> 30 </script>
31 </body> 31 </body>
32 </html> 32 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/block/layer-not-removed-from-parent-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698