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

Unified Diff: LayoutTests/fast/block/self-collapsing-block-gets-layout-during-margin-collapsing.html

Issue 1222693005: Self-collapsing block gets layout set during margin collapsing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated Created 5 years, 5 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/self-collapsing-block-gets-layout-during-margin-collapsing-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/block/self-collapsing-block-gets-layout-during-margin-collapsing.html
diff --git a/LayoutTests/fast/block/self-collapsing-block-gets-layout-during-margin-collapsing.html b/LayoutTests/fast/block/self-collapsing-block-gets-layout-during-margin-collapsing.html
new file mode 100644
index 0000000000000000000000000000000000000000..1bd1abb7808f033094c80a5fa4baea009774a632
--- /dev/null
+++ b/LayoutTests/fast/block/self-collapsing-block-gets-layout-during-margin-collapsing.html
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<style>
+h5 {
+ margin-bottom: -3157%;
+ clear: both;
+}
+</style>
+<div style="float: left;"></div>
+<h2></h2>
+<img>
+<h5></h5>
+<h5 id="last"></h5>
+<h5 data-expected-height=0></h5>
+<p> crbug.com/501726: layout gets set on self-collapsing block during margin collapsing</p>
+<script src="../../resources/check-layout.js"></script>
+<script>
+ checkLayout("h5");
+</script>
+
« no previous file with comments | « no previous file | LayoutTests/fast/block/self-collapsing-block-gets-layout-during-margin-collapsing-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698