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

Side by Side Diff: LayoutTests/fast/block/margin-collapse/clearance-less-than-margin.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
« no previous file with comments | « no previous file | LayoutTests/fast/block/margin-collapse/clearance-less-than-margin-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 <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; float:left;">< /div>
5 <div style="height: 20px; width:50px; background-color: black; margin-top: 2 0px; clear:both"></div>
6 </div>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/block/margin-collapse/clearance-less-than-margin-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698