mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Update web-platform-tests to revision 936827a6527f1c53051d3bc5bc79304c88c0737f
This commit is contained in:
parent
c585f4fff5
commit
02a68a38f0
338 changed files with 14862 additions and 2933 deletions
|
@ -0,0 +1,19 @@
|
|||
<!DOCTYPE html>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Flexbox Layout Test: Atomic inline Flexible Box with height: min-content</title>
|
||||
<link rel="help" href="https://drafts.csswg.org/css-sizing/#valdef-width-min-content">
|
||||
<link rel="match" href="../reference/ref-filled-green-100px-square-only.html">
|
||||
<meta name=assert content="This test checks that height: min-content computes to 'auto' for atomic inline level flexible box.">
|
||||
<style>
|
||||
#flexbox {
|
||||
background-color: green;
|
||||
display: inline-flex;
|
||||
height: min-content;
|
||||
}
|
||||
</style>
|
||||
<p>Test passes if there is a filled green square.</p>
|
||||
<div id="flexbox">
|
||||
<div id="item">
|
||||
<div style="width:100px; height:100px;"></div>
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue