Chromium Code Reviews

Unified Diff: third_party/WebKit/LayoutTests/fast/multicol/balance-line-overflow-expected.html

Issue 1880283006: ColumnBalancer: Count line box overflow as space shortage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
Index: third_party/WebKit/LayoutTests/fast/multicol/balance-line-overflow-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/balance-line-overflow-expected.html b/third_party/WebKit/LayoutTests/fast/multicol/balance-line-overflow-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..13d5e36ae61de7e1c45095429693025a0e118c8d
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/multicol/balance-line-overflow-expected.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<p>There should be 5 short vertical lines below.</p>
+<div style="width:210px; height:17px;">
+ <div style="float:left; width:40px; height:100%; border-right:2px solid;"></div>
leviw_travelin_and_unemployed 2016/04/13 19:44:40 I'm impressed that these floats get the rendering
+ <div style="float:left; width:40px; height:100%; border-right:2px solid;"></div>
+ <div style="float:left; width:40px; height:100%; border-right:2px solid;"></div>
+ <div style="float:left; width:40px; height:100%; border-right:2px solid;"></div>
+ <div style="float:left; width:40px; height:100%; border-right:2px solid;"></div>
+ <div style="float:left; width:40px; height:100%;"></div>
+</div>

Powered by Google App Engine