mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
Update web-platform-tests to revision b'544363de4568baf9ae90d71e4822661edc546650'
This commit is contained in:
parent
4d5a804d03
commit
32cc2e03c4
197 changed files with 3539 additions and 2824 deletions
|
@ -0,0 +1,20 @@
|
|||
<!DOCTYPE html>
|
||||
<link rel="author" title="Tim Nguyen" href="https://github.com/nt1m">
|
||||
<link rel="help" href="https://w3c.github.io/csswg-drafts/css-sizing-4/#valdef-width-fit-content">
|
||||
<link rel="match" href="fit-content-block-size-fixedpos-ref.html">
|
||||
<style>
|
||||
body {
|
||||
overflow: hidden;
|
||||
}
|
||||
#container {
|
||||
height: fit-content;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
background-color: gold;
|
||||
margin: auto;
|
||||
bottom: 0;
|
||||
}
|
||||
</style>
|
||||
<div id="container">
|
||||
<div style="height:90vh;width:50px;outline: 2px dotted red;"></div>
|
||||
</div>
|
|
@ -0,0 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<style>
|
||||
#container {
|
||||
height: 90vh;
|
||||
position: fixed;
|
||||
top: 50%;
|
||||
background-color: gold;
|
||||
margin: auto;
|
||||
bottom: 0;
|
||||
}
|
||||
</style>
|
||||
<div id="container">
|
||||
<div style="height:90vh;width:50px;outline: 2px dotted red;"></div>
|
||||
</div>
|
|
@ -0,0 +1,17 @@
|
|||
<!DOCTYPE html>
|
||||
<link rel="author" title="Tim Nguyen" href="https://github.com/nt1m">
|
||||
<link rel="help" href="https://w3c.github.io/csswg-drafts/css-sizing-4/#valdef-width-fit-content">
|
||||
<link rel="match" href="fit-content-block-size-fixedpos-ref.html">
|
||||
<style>
|
||||
#container {
|
||||
height: fit-content;
|
||||
position: fixed;
|
||||
top: 50%;
|
||||
background-color: gold;
|
||||
margin: auto;
|
||||
bottom: 0;
|
||||
}
|
||||
</style>
|
||||
<div id="container">
|
||||
<div style="height:90vh;width:50px;outline: 2px dotted red;"></div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue