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

Side by Side Diff: LayoutTests/fast/multicol/max-height-columns-block.html

Issue 1143153006: Remove old multicol tests that were only run with the old implementation. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <html>
2 <body>
3 This is capturing current behavior, but it's not clear that it is correct. It's not clear if max-height on a columns block constitutes a
4 constraint on the columns or not. You obviously begin trying to balance, but on ly run into the constraint once the balanced columns exceed
5 the max-height. It's not clear that you should suddenly shift to a fill. Our c urrent behavior (which matches Firefox) is to just overflow
6 without changing from balance to fill.
7
8 <div style="-webkit-column-count:5; -moz-column-count:5; max-height:60px;border: 2px solid black; font-size:24px; width:400px">
9 This is some text<br>This is some text<br>This is some text<br>This is some text <br>This is some text<br>
OLDNEW
« no previous file with comments | « LayoutTests/fast/multicol/column-rules-stacking.html ('k') | LayoutTests/fast/multicol/pagination-h-horizontal-bt.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698