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

Side by Side Diff: LayoutTests/fast/multicol/tall-line-in-short-block-expected.html

Issue 1236163002: Don't paginate lines that are taller than the column / page. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 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 <style>
3 .kix-lineview { height:2em; background:blue;}
4 .doohickey { display:inline-block; height:10em; }
5 .content { position:relative; display:inline-block; top:-8.5em; }
6 </style>
7 <p>Below you should see two blue boxes with the word "PASS" written on them.</p>
8 <div style="width:7.5em; line-height:2em; color:white; background:white;">
9 <br>
10 <div class="kix-lineview">
11 <div class="doohickey"></div>
12 <div class="content">PASS</div>
13 </div>
14 <br>
15 <div class="kix-lineview">
16 <div class="doohickey"></div>
17 <div class="content">PASS</div>
18 </div>
19 </div>
OLDNEW
« no previous file with comments | « LayoutTests/fast/multicol/tall-line-in-short-block.html ('k') | Source/core/layout/LayoutBlockFlow.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698