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

Unified Diff: third_party/WebKit/LayoutTests/fast/multicol/balance-float-after-forced-break-expected.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
Index: third_party/WebKit/LayoutTests/fast/multicol/balance-float-after-forced-break-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/balance-float-after-forced-break-expected.html b/third_party/WebKit/LayoutTests/fast/multicol/balance-float-after-forced-break-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..b032983703937a76aaccd07487a3301e51fe1007
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/multicol/balance-float-after-forced-break-expected.html
@@ -0,0 +1,4 @@
+<!DOCTYPE html>
+<p>Below there should be a blue square above a cyan square.</p>
+<div style="width:100px; height:100px; background:blue;"></div>
+<div style="width:100px; height:100px; background:cyan;"></div>

Powered by Google App Engine
This is Rietveld 408576698