mirror of
https://github.com/servo/servo.git
synced 2025-08-11 08:25:32 +01:00
Update web-platform-tests to revision b'c9946198c9ee19db3b4974a388fae45da844a94a'
This commit is contained in:
parent
8dfd613aa1
commit
06e9d5a631
366 changed files with 8783 additions and 2336 deletions
|
@ -0,0 +1,24 @@
|
|||
<!doctype html>
|
||||
<meta charset="utf-8">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-contain-3/#container-lengths">
|
||||
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1832481">
|
||||
<link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez">
|
||||
<link rel="author" href="https://mozilla.org" title="Mozilla">
|
||||
<link rel="match" href="container-units-rule-cache-ref.html">
|
||||
<style>
|
||||
.container {
|
||||
width: 100px;
|
||||
container-type: size;
|
||||
}
|
||||
|
||||
.half {
|
||||
height: 50cqh;
|
||||
background-color: green;
|
||||
}
|
||||
</style>
|
||||
<div class="container" style="height: 100px">
|
||||
<div class="half"></div>
|
||||
</div>
|
||||
<div class="container" style="height: 200px">
|
||||
<div class="half"></div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue