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

Side by Side Diff: LayoutTests/fast/multicol/old/rule-thicker-than-gap-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 thicker than gap</title> 4 <title>Column rule thicker than gap</title>
5 <style> 5 <style>
6 .mc { 6 .mc {
7 border-left: 31px solid; 7 border-left: 31px solid;
8 margin-left: 35px; 8 margin-left: 35px;
9 height: 100px; 9 height: 100px;
10 } 10 }
11 </style> 11 </style>
12 </head> 12 </head>
13 <body> 13 <body>
14 <p>There should be a filled rectangle below.</p> 14 <p>There should be a filled rectangle below.</p>
15 <div class="mc"></div> 15 <div class="mc"></div>
16 </body> 16 </body>
17 </html> 17 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/multicol/old/rule-thicker-than-gap.html ('k') | LayoutTests/fast/multicol/old/scrolling-column-rules.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698