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

Side by Side Diff: LayoutTests/fast/multicol/old/scrolling-column-rules-expected.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 <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 </style> 9 </style>
10 </head> 10 </head>
11 <body> 11 <body>
12 <p>There should be <b>two</b> black squares below.</p> 12 <p>There should be <b>two</b> black squares below.</p>
13 <div style="float:right; width:100px; height:100px; margin-right:95px; backg round:black;"></div> 13 <div style="float:right; width:100px; height:100px; margin-right:95px; backg round:black;"></div>
14 <div style="width:500px; margin:auto;"> 14 <div style="width:500px; margin:auto;">
15 <div style="width:100px; height:100px; background:black;"></div> 15 <div style="width:100px; height:100px; background:black;"></div>
16 </div> 16 </div>
17 </body> 17 </body>
18 </html> 18 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/multicol/old/scrolling-column-rules.html ('k') | LayoutTests/fast/multicol/old/scrolling-overflow.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698