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

Side by Side Diff: LayoutTests/fast/multicol/span/block-with-top-border-and-margin-around-spanner-exact-fit-expected.html

Issue 1163583006: Don't eat margins when column height isn't yet known. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <p>Check that the top margin on a block around a spanner inside an auto-filled m ulticol container
3 isn't lost.</p>
4 <p>Below there should be a black square between two blue squares.</p>
5 <div style="float:left; width:200px; height:200px; background:blue;"></div>
6 <div style="float:left; width:200px; height:200px; background:black;"></div>
7 <div style="float:left; width:200px; height:200px; background:blue;"></div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698