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

Side by Side Diff: LayoutTests/fast/multicol/old/span/span-as-immediate-columns-child-dynamic.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, 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
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <head> 2 <head>
3 <style> 3 <style>
4 div { border:5px solid maroon; -webkit-column-count:2; width:750px; margin: 1em 0 } 4 div { border:5px solid maroon; -webkit-column-count:2; width:750px; margin: 1em 0 }
5 h2 { -webkit-column-span: all; background-color:#eeeeee } 5 h2 { -webkit-column-span: all; background-color:#eeeeee }
6 </style> 6 </style>
7 </head> 7 </head>
8 <body> 8 <body>
9 <div style="display:none"><h2 id="base">This is a spanning element.</h2></div> 9 <div style="display:none"><h2 id="base">This is a spanning element.</h2></div>
10 10
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 122
123 </div> 123 </div>
124 124
125 <script> 125 <script>
126 var six = document.getElementById('six'); 126 var six = document.getElementById('six');
127 six.insertBefore(document.getElementById('base').cloneNode(true), document.getEl ementById('beforefour')); 127 six.insertBefore(document.getElementById('base').cloneNode(true), document.getEl ementById('beforefour'));
128 </script> 128 </script>
129 129
130 </body> 130 </body>
131 </html> 131 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698