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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/multicol/rule-in-nested-with-too-tall-line.html

Issue 1710843003: Ability to return the height of fragmentainer groups that don't yet exist. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 .multicol { columns:2; column-gap:0; column-fill:auto; }
4 </style>
5 <p>There should only be <em>one</em> vertical line below.</p>
6 <div class="multicol" style="width:100px; height:100px; line-height:200px;">
7 <div class="multicol" style="column-rule:4px solid; height:200px;">
8 <br>
9 </div>
10 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698