Index: LayoutTests/fast/css-grid-layout/flex-column-use-available-width-expected.html |
diff --git a/LayoutTests/fast/css-grid-layout/flex-column-use-available-width-expected.html b/LayoutTests/fast/css-grid-layout/flex-column-use-available-width-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..e884e47823c7f0666164e4265f4653107a31196e |
--- /dev/null |
+++ b/LayoutTests/fast/css-grid-layout/flex-column-use-available-width-expected.html |
@@ -0,0 +1,14 @@ |
+<!DOCTYPE html> |
+<html> |
+<head> |
+ <style type="text/css"> |
+ .item { |
+ background-color: blue; |
+ } |
+ </style> |
+</head> |
+<body> |
+ <p>Flex column should use all the available width and you should not see the grid background (grey at the end).</p> |
+ <div class="item">grid item</div> |
+</body> |
+</html> |