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

Side by Side Diff: LayoutTests/fast/multicol/column-span-parent-continuation-crash.html

Issue 7737033: Merge 94541 - Crash in RenderObjectChildList::destroyLeftOverChildren() (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/835/
Patch Set: Created 9 years, 3 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/column-span-parent-continuation-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> 3 <body>
4 <div id="console"></div> 4 <div id="console"></div>
5 <style> 5 <style>
6 div { -webkit-column-count: 1; } 6 div { -webkit-column-count: 1; }
7 h2 { -webkit-column-span: all; } 7 h2 { -webkit-column-span: all; }
8 </style> 8 </style>
9 <script src="../js/resources/js-test-pre.js"></script> 9 <script src="../js/resources/js-test-pre.js"></script>
10 <script> 10 <script>
(...skipping 17 matching lines...) Expand all
28 } 28 }
29 29
30 setTimeout("runTest()", 0); 30 setTimeout("runTest()", 0);
31 </script> 31 </script>
32 <script src="../js/resources/js-test-post.js"></script> 32 <script src="../js/resources/js-test-post.js"></script>
33 <div> 33 <div>
34 <span id="test"><h2></span> 34 <span id="test"><h2></span>
35 </div> 35 </div>
36 </body> 36 </body>
37 </html> 37 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/multicol/column-span-parent-continuation-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698