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

Side by Side Diff: LayoutTests/fast/multicol/old/span/anonymous-style-inheritance.html

Issue 299373006: Move old multicol tests to a separate directory. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 7 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
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <head> 2 <head>
3 <style> 3 <style>
4 body { overflow: hidden; } 4 body { overflow: hidden; }
5 div { border:5px solid maroon; -webkit-column-count:2; width:750px; margin: 1em 0 } 5 div { border:5px solid maroon; -webkit-column-count:2; width:750px; margin: 1em 0 }
6 h2 { -webkit-column-span: all; background-color:#eeeeee } 6 h2 { -webkit-column-span: all; background-color:#eeeeee }
7 </style> 7 </style>
8 </head> 8 </head>
9 <body> 9 <body>
10 10
(...skipping 10 matching lines...) Expand all
21 21
22 Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nulla varius enim ac m i. 22 Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nulla varius enim ac m i.
23 </div> 23 </div>
24 <script> 24 <script>
25 document.body.offsetLeft; 25 document.body.offsetLeft;
26 document.getElementById('one').style.zoom = "110%"; 26 document.getElementById('one').style.zoom = "110%";
27 </script> 27 </script>
28 28
29 </body> 29 </body>
30 </html> 30 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698