mirror of
https://github.com/servo/servo.git
synced 2025-08-11 16:35:33 +01:00
Update web-platform-tests to revision c0fbd59769588391d78838086bd02ad394301655
This commit is contained in:
parent
a07c718895
commit
a3df7c3a3c
105 changed files with 1922 additions and 1186 deletions
|
@ -0,0 +1,17 @@
|
|||
<!doctype quirks>
|
||||
<title>CSS Test: Flex body in quirks mode</title>
|
||||
<link rel="author" title="Aleks Totic" href="atotic@chromium.org">
|
||||
<style>
|
||||
html {
|
||||
margin:3px 6px 9px 12px;
|
||||
padding: 0px;
|
||||
background-color: green;
|
||||
}
|
||||
body {
|
||||
display: block;
|
||||
margin: 7px 11px 14px 23px;;
|
||||
padding: 0px;
|
||||
background-color: yellow;
|
||||
}
|
||||
</style>
|
||||
Flex body in quirks mode should fill viewport except for margins.
|
Loading…
Add table
Add a link
Reference in a new issue