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

Side by Side Diff: LayoutTests/fast/multicol/span/empty-anonymous-block-split-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
« no previous file with comments | « no previous file | LayoutTests/fast/multicol/span/empty-anonymous-block-split-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 <head> 3 <head>
4 <style> 4 <style>
5 #test0 { -webkit-column-width: 1px; } 5 #test0 { -webkit-column-width: 1px; }
6 #test2::after { display: compact; content: ''; } 6 #test2::after { display: compact; content: ''; }
7 #test3 { content: counter(c); -webkit-column-span: all; } 7 #test3 { content: counter(c); -webkit-column-span: all; }
8 </style> 8 </style>
9 <script> 9 <script>
10 if (window.layoutTestController) 10 if (window.layoutTestController)
(...skipping 15 matching lines...) Expand all
26 document.designMode = 'on'; 26 document.designMode = 'on';
27 document.execCommand('selectall'); 27 document.execCommand('selectall');
28 document.body.offsetTop; 28 document.body.offsetTop;
29 document.body.innerHTML = "WebKit Bug - Crash in multi-column layout.<br />P ASS. WebKit didn't crash."; 29 document.body.innerHTML = "WebKit Bug - Crash in multi-column layout.<br />P ASS. WebKit didn't crash.";
30 } 30 }
31 </script> 31 </script>
32 </head> 32 </head>
33 <body> 33 <body>
34 </body> 34 </body>
35 </html> 35 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/multicol/span/empty-anonymous-block-split-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698