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

Side by Side Diff: LayoutTests/fast/multicol/span/before-child-anonymous-column-block.html

Issue 9570040: Merge 109140 (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/span/before-child-anonymous-column-block-expected.png » ('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 style="font-family: ahem; font-size: 10px; -webkit-font-smoothing: none;"> 2 <html style="font-family: ahem; font-size: 10px; -webkit-font-smoothing: none;">
3 <body> 3 <body>
4 <style> 4 <style>
5 #test1 { -webkit-column-count: 2; } 5 #test1 { -webkit-column-count: 2; }
6 #test2 { -webkit-column-span: all; } 6 #test2 { -webkit-column-span: all; }
7 #test3 { content: counter(c); } 7 #test3 { content: counter(c); }
8 </style> 8 </style>
9 <script> 9 <script>
10 onload = function() { 10 onload = function() {
(...skipping 10 matching lines...) Expand all
21 test1.appendChild(test4); 21 test1.appendChild(test4);
22 test4.style.display = 'table-row-group'; 22 test4.style.display = 'table-row-group';
23 test3.appendChild(document.createTextNode('3')); 23 test3.appendChild(document.createTextNode('3'));
24 test4.appendChild(document.createTextNode('4')); 24 test4.appendChild(document.createTextNode('4'));
25 document.body.offsetTop; 25 document.body.offsetTop;
26 document.body.style.zoom = 2; 26 document.body.style.zoom = 2;
27 } 27 }
28 </script> 28 </script>
29 </body> 29 </body>
30 </html> 30 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/multicol/span/before-child-anonymous-column-block-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698