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

Unified Diff: third_party/WebKit/LayoutTests/fast/multicol/float-margin-at-row-boundary-expected.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
Index: third_party/WebKit/LayoutTests/fast/multicol/float-margin-at-row-boundary-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/float-margin-at-row-boundary-expected.html b/third_party/WebKit/LayoutTests/fast/multicol/float-margin-at-row-boundary-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..4d10314ecc99398c3edd664f8f982d178f59ff12
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/multicol/float-margin-at-row-boundary-expected.html
@@ -0,0 +1,5 @@
+<!DOCTYPE html>
+<p>There should be a hotpink square below.</p>
+<div style="padding-top:30px;">
+ <div style="margin-left:30px; width:40px; height:40px; background:hotpink;"></div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698