mirror of
https://github.com/servo/servo.git
synced 2025-08-30 17:48:20 +01:00
Move root_height_a.html to wpt reftests.
This commit is contained in:
parent
d735d12ebd
commit
e76ec79356
4 changed files with 25 additions and 1 deletions
|
@ -683,6 +683,18 @@
|
|||
"url": "/_mozilla/css/flex_nochild.html"
|
||||
}
|
||||
],
|
||||
"css/root_height_a.html": [
|
||||
{
|
||||
"path": "css/root_height_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/root_height_b.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/root_height_a.html"
|
||||
}
|
||||
],
|
||||
"css/root_margin_collapse_a.html": [
|
||||
{
|
||||
"path": "css/root_margin_collapse_a.html",
|
||||
|
@ -2952,6 +2964,18 @@
|
|||
"url": "/_mozilla/css/flex_nochild.html"
|
||||
}
|
||||
],
|
||||
"css/root_height_a.html": [
|
||||
{
|
||||
"path": "css/root_height_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/root_height_b.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/root_height_a.html"
|
||||
}
|
||||
],
|
||||
"css/root_margin_collapse_a.html": [
|
||||
{
|
||||
"path": "css/root_margin_collapse_a.html",
|
||||
|
|
15
tests/wpt/mozilla/tests/css/root_height_a.html
Normal file
15
tests/wpt/mozilla/tests/css/root_height_a.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
<html>
|
||||
<head>
|
||||
<link rel='match' href='root_height_b.html'>
|
||||
<title>Aliens was a really good movie. But Alien 3 sucked.</title>
|
||||
<style>
|
||||
html {
|
||||
height: 100%;
|
||||
background-color: maroon;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
||||
|
13
tests/wpt/mozilla/tests/css/root_height_b.html
Normal file
13
tests/wpt/mozilla/tests/css/root_height_b.html
Normal file
|
@ -0,0 +1,13 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Aliens was a really good movie. But Alien 3 sucked.</title>
|
||||
<style>
|
||||
html {
|
||||
background-color: maroon;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue