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

Side by Side Diff: LayoutTests/fast/multicol/outlines-at-column-boundaries-expected.html

Issue 1224973002: Prevent overflowing content from affecting multicol layout. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase master 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 .fakeColumn { float:left; width:1em; }
4 </style>
5 <p>Outlines shouldn't affect layout. This obviously also applies inside multicol .</p>
6 <p>Below, the word "PASS" should be seen on a straight line three times, with la rge letter spacing, inside a blue box.</p>
7 <div style="padding:2px; width:4em; height:7em; line-height:2em; background:blue ; color:white;">
8 <span class="fakeColumn">
9 P<br>P<br>P<br>
10 </span>
11 <span class="fakeColumn">
12 A<br>A<br>A<br>
13 </span>
14 <span class="fakeColumn">
15 S<br>S<br>S<br>
16 </span>
17 <span class="fakeColumn">
18 S<br>S<br>S<br>
19 </span>
20 </div>
OLDNEW
« no previous file with comments | « LayoutTests/fast/multicol/outlines-at-column-boundaries.html ('k') | LayoutTests/fast/multicol/split-in-top-margin.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698