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

Side by Side Diff: LayoutTests/fast/multicol/span/block-with-top-border-and-margin-around-spanner-exact-fit.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
« no previous file with comments | « no previous file | LayoutTests/fast/multicol/span/block-with-top-border-and-margin-around-spanner-exact-fit-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
(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="-webkit-columns:3; -webkit-column-gap:0; column-fill:auto; width:600 px; height:200px; background:blue;">
6 <div style="margin-top:200px; border-top:100px solid black;">
7 <div style="-webkit-column-span:all; width:200px; height:100px; margin:a uto; background:black;"></div>
8 <div></div>
9 </div>
10 </div>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/multicol/span/block-with-top-border-and-margin-around-spanner-exact-fit-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698