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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/block/margin-collapse/clearance-less-than-margin-expected.html
diff --git a/LayoutTests/fast/block/margin-collapse/clearance-less-than-margin-expected.html b/LayoutTests/fast/block/margin-collapse/clearance-less-than-margin-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..32c5a76ea3ca7bce93150b7fd729bf317ce18a65
--- /dev/null
+++ b/LayoutTests/fast/block/margin-collapse/clearance-less-than-margin-expected.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; margin-top: 5px; margin-bottom: 5px;"></div>
+ <div style="height: 20px; width:50px; background-color: black; margin-top: 5px; "></div>
+</div>
« 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