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

Side by Side Diff: LayoutTests/fast/multicol/min-height-less-than-content.html

Issue 1322513003: Multicol: Min-height should have no effect if content is taller and height is auto. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Use block instead of inline in test, so that we don't have to make assumptions about internal leadiā€¦ Created 5 years, 3 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 <!DOCTYPE html>
2 <script src="../../resources/check-layout.js"></script>
3 <p>Min-height has no effect if it is less than the height of the content, and he ight is auto.</p>
4 <p>The word "OKAY" should be seen below.</p>
5 <div id="test" style="position:relative; -webkit-columns:4; width:4em; -webkit-c olumn-gap:0; column-fill:auto; overflow:hidden; min-height:10px; line-height:20p x;">
6 <br>
7 <br>
8 <div data-offset-y="40">O</div>
9 <br>
10 <br>
11 <div data-offset-y="40">K</div>
12 <br>
13 <br>
14 <div data-offset-y="40">A</div>
15 <br>
16 <br>
17 <div data-offset-y="40">Y</div>
18 </div>
19 <script>
20 checkLayout("#test");
21 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698