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

Side by Side Diff: LayoutTests/fast/multicol/margin-collapse-expected.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
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 .columns {
4 border:2px solid black;
5 height:300px;
6 }
7 .block {
8 width: calc(50% - 10px);
9 height: 200px;
10 background-color:purple;
11 }
12 .left { float: left; }
13 .right { float: right; }
14 </style>
15 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.
16 <div class="columns">
17 <div class="block left"></div>
18 <div class="block right"></div>
19 </div>
OLDNEW
« no previous file with comments | « LayoutTests/fast/multicol/margin-collapse.html ('k') | LayoutTests/platform/linux/fast/multicol/margin-collapse-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698