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: third_party/WebKit/LayoutTests/fast/multicol/balance-float-after-forced-break.html

Issue 2228803003: There's no class A break point before or after a float. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/balance-float-after-forced-break-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/balance-float-after-forced-break.html
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/balance-float-after-forced-break.html b/third_party/WebKit/LayoutTests/fast/multicol/balance-float-after-forced-break.html
new file mode 100644
index 0000000000000000000000000000000000000000..9412c4af06488987ad31ba5b8543d906dfd0beeb
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/multicol/balance-float-after-forced-break.html
@@ -0,0 +1,7 @@
+<!DOCTYPE html>
+<p>Below there should be a blue square above a cyan square.</p>
+<div style="columns:2; column-gap:0; width:100px; background:cyan;">
+ <div style="break-after:column; height:100px; background:blue;"></div>
+ <div style="float:left; width:100%; height:100px; background:blue;"></div>
+ <div style="height:200px;"></div>
+</div>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/multicol/balance-float-after-forced-break-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698