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

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

Issue 928413003: Rewrite fast/multicol/table-margin-collapse.html as a reftest. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove useless purpleness. Created 5 years, 10 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
(Empty)
1 <!DOCTYPE html>
2 <style>
3 .columns { border:2px solid black; width:520px; height:300px }
4 .block { float:left; width:125px; height:200px; }
5 </style>
6 <p>The four rectangles below should both be at the top of their columns. If one is lower than the
7 other, the test has failed. The pattern in each column should be the same (o range/yellow).</p>
8 <div class="columns">
9 <div class="block" style="background-color:orange;"></div>
10 <div class="block" style="background-color:yellow;"></div>
11 <div style="float:left; width:20px; height:1px;"></div>
12 <div class="block" style="background-color:orange;"></div>
13 <div class="block" style="background-color:yellow;"></div>
14 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698