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

Unified Diff: third_party/WebKit/LayoutTests/fast/multicol/balance-line-underflow-2.html

Issue 2690863003: ColumnBalancer: need to examine lines that protrude into the flow thread portion. (Closed)
Patch Set: Created 3 years, 10 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-line-underflow-2.html
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/balance-line-underflow-2.html b/third_party/WebKit/LayoutTests/fast/multicol/balance-line-underflow-2.html
new file mode 100644
index 0000000000000000000000000000000000000000..e09a92600fe940aff8b870d073d016a36fd8dbce
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/multicol/balance-line-underflow-2.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<p>There should be a blue square below.</p>
+<div id="multicol" data-expected-height="40" style="columns:4; width:40px; line-height:20px; background:blue;">
+ <div style="line-height:60px; margin-top:-20px;"><br></div>
+ <br>
+</div>
+<script src="../../resources/testharness.js"></script>
+<script src="../../resources/testharnessreport.js"></script>
+<script src="../../resources/check-layout-th.js"></script>
+<script>
+ checkLayout("#multicol");
+</script>

Powered by Google App Engine
This is Rietveld 408576698