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

Side by Side Diff: LayoutTests/fast/block/margin-collapse/clearance-less-than-margin-expected.html

Issue 195743002: Remove out-of-date FIXME on collapsing margins (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: WIth test Created 6 years, 9 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 <div>
2 <p> The black box should be 5px below the float. </p>
3 <div style="height: 20px; width:50px; background-color: green; margin-bottom : 5px;"></div>
4 <div style="height: 10px; width:50px; background-color: blue; margin-top: 5p x; margin-bottom: 5px;"></div>
5 <div style="height: 20px; width:50px; background-color: black; margin-top: 5 px; "></div>
6 </div>
OLDNEW
« no previous file with comments | « LayoutTests/fast/block/margin-collapse/clearance-less-than-margin.html ('k') | Source/core/rendering/RenderBlockFlow.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698