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

Unified 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: New version of the patch fixing layout tests and comming back to original approach 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/css-grid-layout/flex-content-sized-column-use-available-width-expected.html
diff --git a/LayoutTests/fast/css-grid-layout/flex-content-sized-column-use-available-width-expected.html b/LayoutTests/fast/css-grid-layout/flex-content-sized-column-use-available-width-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..b7705ad4e5e0801986e291dee6022c89f29cc75f
--- /dev/null
+++ b/LayoutTests/fast/css-grid-layout/flex-content-sized-column-use-available-width-expected.html
@@ -0,0 +1,27 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <style type="text/css">
+ .item {
+ background-color: blue;
+ }
+ </style>
+</head>
+<body>
+ <h1>Description</h1>
+ <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>
+ <h1>Grid 1 flex column</h1>
+ <div>
+ <div class="item">grid item</div>
+ </div>
+ <h1>Grid 1 auto column</h1>
+ <div>
+ <div class="item">
+ grid item grid item grid item grid item grid item grid item grid item grid item grid item grid item
+ grid item grid item grid item grid item grid item grid item grid item grid item grid item grid item
+ grid item grid item grid item grid item grid item grid item grid item grid item grid item grid item
+ grid item grid item grid item grid item grid item grid item grid item grid item grid item grid item
+ </div>
+ </div>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698