Chromium Code Reviews

Side by Side Diff: LayoutTests/fast/multicol/newmulticol/unresolvable-percent-max-height-expected.html

Issue 144463015: [New multicol] Avoid 1px tall multicol if percent height is unresolvable. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Multicol with unresolvable percentage height</title>
5 </head>
6 <body>
7 <p>There should be a blue square below, and no unnecessary scrollbar.</p >
8 <div style="width:200px; height:200px; background:blue;"></div>
9 </body>
10 </html>
OLDNEW

Powered by Google App Engine