Commit 5731c75c authored by Ian Kilpatrick's avatar Ian Kilpatrick Committed by Commit Bot

[triage] Triage css-grid tests, fix flex-and-intrinsic-sizes-002.html.

TBR: dgrogan@chromium.org
Bug: 1114013
Change-Id: I41b8e08e80f1d8a6ecd9e293a12a5e8f83c2bec2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2348205
Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org>
Reviewed-by: default avatarIan Kilpatrick <ikilpatrick@chromium.org>
Reviewed-by: default avatarChristian Biesinger <cbiesinger@chromium.org>
Cr-Commit-Position: refs/heads/master@{#797086}
parent 0d109bde
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<link rel="author" title="Tab Atkins-Bittner" href="https://xanthir.com/contact/"> <link rel="author" title="Tab Atkins-Bittner" href="https://xanthir.com/contact/">
<link rel="help" href="https://drafts.csswg.org/css-grid/#min-size-auto"> <link rel="help" href="https://drafts.csswg.org/css-grid/#min-size-auto">
<link rel="match" href="../../reference/ref-filled-green-100px-square.xht"> <link rel="match" href="../../reference/ref-filled-green-100px-square.xht">
<meta name="assert" content="An item spanning >1 track, at least one of which is flexible, must have a zero automatic minimum size (and thus, not grow to accommodate its children)." <meta name="assert" content="An item spanning >1 track, at least one of which is flexible, must have a zero automatic minimum size (and thus, not grow to accommodate its children).">
<style> <style>
.grid { display: grid; grid-template-columns: repeat(12, 1fr); height: 100px; width: 100px; } .grid { display: grid; grid-template-columns: repeat(12, 1fr); height: 100px; width: 100px; }
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
.big-child { width: 500px; height: 100px; } .big-child { width: 500px; height: 100px; }
</style> </style>
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<div class="grid"> <div class="grid">
<div class="under"></div> <div class="under"></div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment