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

Unified Diff: third_party/WebKit/LayoutTests/fast/multicol/float-margin-at-row-boundary.html

Issue 2759693002: Push the top margin of floats past all useless fragmentainers. (Closed)
Patch Set: Created 3 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 | third_party/WebKit/LayoutTests/fast/multicol/float-margin-at-row-boundary-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/multicol/float-margin-at-row-boundary.html
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/float-margin-at-row-boundary.html b/third_party/WebKit/LayoutTests/fast/multicol/float-margin-at-row-boundary.html
new file mode 100644
index 0000000000000000000000000000000000000000..51b2178d4a7f9919b268f3c299399f491d492ef0
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/multicol/float-margin-at-row-boundary.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<p>There should be a hotpink square below.</p>
+<div style="columns:2; column-fill:auto; column-gap:0; width:100px; height:90px;">
+ <div style="margin-top:30px; margin-left:auto; width:20px; height:40px; background:hotpink;"></div>
+ <div style="columns:4;">
+ <div style="float:left; margin-top:30px; width:20px; height:40px; break-inside:avoid; background:hotpink;"></div>
+ <div style="height:90px;"></div>
+ </div>
+</div>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/multicol/float-margin-at-row-boundary-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698