Move root_height_a.html to wpt reftests.

This commit is contained in:
Corey Farwell 2015-10-16 08:24:25 -04:00
parent d735d12ebd
commit e76ec79356
4 changed files with 25 additions and 1 deletions

View file

@ -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",

View 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>

View 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>