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

Unified Diff: third_party/WebKit/LayoutTests/fast/multicol/float-after-break-after-expected.html

Issue 1375673004: Keep block pagination struts after layout, and store them before any type of break. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: code review Created 5 years, 2 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-after-break-after-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/float-after-break-after-expected.html b/third_party/WebKit/LayoutTests/fast/multicol/float-after-break-after-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..7a5dd649f77b9ba489c0daa9f36786a12b9f8872
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/multicol/float-after-break-after-expected.html
@@ -0,0 +1,3 @@
+<!DOCTYPE html>
+<p>There should be a blue square below.</p>
+<div style="width:4em; height:4em; background:blue;"></div>

Powered by Google App Engine
This is Rietveld 408576698