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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/block/margin-collapse/clearance-less-than-margin.html
diff --git a/LayoutTests/fast/block/margin-collapse/clearance-less-than-margin.html b/LayoutTests/fast/block/margin-collapse/clearance-less-than-margin.html
new file mode 100644
index 0000000000000000000000000000000000000000..cec6daba4cdfc963b0b9c7b3c1a680ecc5cc0eb3
--- /dev/null
+++ b/LayoutTests/fast/block/margin-collapse/clearance-less-than-margin.html
@@ -0,0 +1,6 @@
+<div>
+ <p> The black box should be 5px below the float. </p>
+ <div style="height: 20px; width:50px; background-color: green; margin-bottom: 5px;"></div>
+ <div style="height: 10px; width:50px; background-color: blue; float:left;"></div>
+ <div style="height: 20px; width:50px; background-color: black; margin-top: 20px; clear:both"></div>
+</div>
« 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