Update web-platform-tests to revision 9c5c4c87d363854a1b039b6abe51627a5f0b02b9

This commit is contained in:
WPT Sync Bot 2020-08-12 08:21:45 +00:00
parent 6d0cc4a1b7
commit 35d789443e
92 changed files with 1446 additions and 287 deletions

View file

@ -3,7 +3,7 @@
<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="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>
.grid { display: grid; grid-template-columns: repeat(12, 1fr); height: 100px; width: 100px; }
@ -13,6 +13,7 @@
.big-child { width: 500px; height: 100px; }
</style>
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<div class="grid">
<div class="under"></div>