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

Side by Side Diff: LayoutTests/fast/multicol/outlines-at-column-boundaries.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 <p>Outlines shouldn't affect layout. This obviously also applies inside multicol .</p>
3 <p>Below, the word "PASS" should be seen on a straight line three times, with la rge letter spacing, inside a blue box.</p>
4 <div style="-webkit-columns:4; -webkit-column-gap:0; padding:2px; width:4em; hei ght:7em; line-height:2em; background:blue; color:white;">
5 P<br>P<br><span>P</span><br>
6 A<br>A<br><span style="outline:2em solid transparent;">A</span><br>
7 S<br>S<br><span style="outline:0.5em solid transparent;">S</span><br>
8 S<br>S<br><span>S</span><br>
9 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698