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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/multicol/tall-content-in-inner-with-fixed-height.html

Issue 2725943003: Respect constrained height on nested multicol containers. (Closed)
Patch Set: Created 3 years, 9 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 <p>There should be 8 squares below, from left to right, with the following color s:</p>
3 <p>Blue, yellow, blue, hotpink, yellow, hotpink, cyan, hotpink.</p>
4 <div style="width:480px; background:cyan;">
5 <div style="columns:2; column-fill:auto; column-gap:0; width:360px; height:6 0px;">
6 <div style="columns:2; column-gap:60px; height:120px; background:yellow; ">
7 <div style="height:120px; background:blue;"></div>
8 <div style="height:180px; background:hotpink;"></div>
9 </div>
10 </div>
11 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698