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

Side by Side Diff: LayoutTests/fast/css-grid-layout/flex-content-sized-column-use-available-width-expected.html

Issue 146833018: [CSS Grid Layout] Fix missing layout in flexible and content sized columns (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Move check to RenderGrid::resolveContentBasedTrackSizingFunctions() Created 6 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 <html>
3 <head>
4 <style type="text/css">
5 .item {
6 background-color: blue;
7 }
8 </style>
9 </head>
10 <body>
11 <h1>Description</h1>
12 <p>Flex and content sized column should use all the available width and you should not see the grid background (grey at the end).</p>
13 <h1>Grid 1 flex column</h1>
14 <div>
15 <div class="item">grid item</div>
16 </div>
17 <h1>Grid 1 auto column</h1>
18 <div>
19 <div class="item">
20 grid item grid item grid item grid item grid item grid item grid ite m grid item grid item grid item
21 grid item grid item grid item grid item grid item grid item grid ite m grid item grid item grid item
22 grid item grid item grid item grid item grid item grid item grid ite m grid item grid item grid item
23 grid item grid item grid item grid item grid item grid item grid ite m grid item grid item grid item
24 </div>
25 </div>
26 </body>
27 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698