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

Side by Side 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. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <p>There should be 5 short vertical lines below.</p>
3 <div style="width:210px; height:17px;">
4 <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
5 <div style="float:left; width:40px; height:100%; border-right:2px solid;"></ div>
6 <div style="float:left; width:40px; height:100%; border-right:2px solid;"></ div>
7 <div style="float:left; width:40px; height:100%; border-right:2px solid;"></ div>
8 <div style="float:left; width:40px; height:100%; border-right:2px solid;"></ div>
9 <div style="float:left; width:40px; height:100%;"></div>
10 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698