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

Side by Side Diff: LayoutTests/fast/multicol/margin-collapse.html

Issue 696273002: Convert fast/multicol/margin-collapse to reftest. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/multicol/margin-collapse-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html>
1 <html> 2 <html>
2 <head> 3 <head>
3 <style> 4 <style>
4 .columns { -moz-column-count:2; -webkit-column-count:2; column-count:2; column-f ill:auto; border:2px solid black; height:300px } 5 .columns { -moz-column-count:2; -webkit-column-count:2; column-count:2; column-f ill:auto; -webkit-column-gap:20px; border:2px solid black; height:300px; }
5 .block { height:200px; background-color:purple; } 6 .block { height:200px; background-color:purple; }
6 </style> 7 </style>
7 </head> 8 </head>
8 <body> 9 <body>
9 The two purple rectangles below should both be at the top of their columns. If one is lower than the other, than the test has failed. 10 The two purple rectangles below should both be at the top of their columns. If one is lower than the other, than the test has failed.
10 <div class="columns"> 11 <div class="columns">
11 <div class="block" style="margin-bottom:200px"></div> 12 <div class="block" style="margin-bottom:200px"></div>
12 <div class="block"></div> 13 <div class="block"></div>
13 </div> 14 </div>
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/multicol/margin-collapse-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698