Chromium Code Reviews

Unified Diff: third_party/WebKit/LayoutTests/fast/multicol/balance-line-underflow-1.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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/multicol/balance-line-underflow-2.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-line-underflow-1.html
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/balance-line-underflow-1.html b/third_party/WebKit/LayoutTests/fast/multicol/balance-line-underflow-1.html
new file mode 100644
index 0000000000000000000000000000000000000000..3be411530b52de5931741cb3ed01d0c67f817fea
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/multicol/balance-line-underflow-1.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<p>There should be a blue square below.</p>
+<div id="multicol" data-expected-height="20" style="columns:2; width:20px; line-height:20px; background:blue;">
+ <div style="line-height:60px; margin-top:-40px;"><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>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/multicol/balance-line-underflow-2.html » ('j') | no next file with comments »

Powered by Google App Engine