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

Side by Side Diff: LayoutTests/fast/multicol/old/scrolling-column-rules.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 <html> 2 <html>
3 <head> 3 <head>
4 <title>Column rule in scrollable multicol container</title> 4 <title>Column rule in scrollable multicol container</title>
5 <style> 5 <style>
6 body { 6 body {
7 margin: 0; 7 margin: 0;
8 } 8 }
9 .mc { 9 .mc {
10 columns: 2; 10 columns: 2;
(...skipping 21 matching lines...) Expand all
32 } 32 }
33 </script> 33 </script>
34 </head> 34 </head>
35 <body onload="foo()"> 35 <body onload="foo()">
36 <p>There should be <b>two</b> black squares below.</p> 36 <p>There should be <b>two</b> black squares below.</p>
37 <div id="elm" class="mc"> 37 <div id="elm" class="mc">
38 <div style="height:600px;"></div> 38 <div style="height:600px;"></div>
39 </div> 39 </div>
40 </body> 40 </body>
41 </html> 41 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698