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

Side by Side Diff: LayoutTests/fast/multicol/anonymous-block-split-crash.html

Issue 9693006: Merge 110324 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1025/
Patch Set: Created 8 years, 9 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/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 <html> 1 <html>
2 <head> 2 <head>
3 <style> 3 <style>
4 #test0 { -webkit-column-count: 2; } 4 #test0 { -webkit-column-count: 2; }
5 #test1::after { display: block; content: ''; } 5 #test1::after { display: block; content: ''; }
6 #test2:nth-last-child(2n) { content: ''; } 6 #test2:nth-last-child(2n) { content: ''; }
7 #test2 { -webkit-column-span: all; } 7 #test2 { -webkit-column-span: all; }
8 #test4 { float: right; } 8 #test4 { float: right; }
9 </style> 9 </style>
10 <script> 10 <script>
(...skipping 23 matching lines...) Expand all
34 document.execCommand('selectall'); 34 document.execCommand('selectall');
35 document.execCommand('inserttext', ''); 35 document.execCommand('inserttext', '');
36 document.body.offsetTop; 36 document.body.offsetTop;
37 document.body.innerHTML = "PASS"; 37 document.body.innerHTML = "PASS";
38 } 38 }
39 </script> 39 </script>
40 </head> 40 </head>
41 <body> 41 <body>
42 </body> 42 </body>
43 </html> 43 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/multicol/anonymous-block-split-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698