mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
Move negative_margin_uncle_a.html to wpt reftests.
This commit is contained in:
parent
24b0b0c80c
commit
b9c06f3f0b
4 changed files with 25 additions and 1 deletions
|
@ -839,6 +839,18 @@
|
|||
"url": "/_mozilla/css/min_max_height_a.html"
|
||||
}
|
||||
],
|
||||
"css/negative_margin_uncle_a.html": [
|
||||
{
|
||||
"path": "css/negative_margin_uncle_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/negative_margin_uncle_b.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/negative_margin_uncle_a.html"
|
||||
}
|
||||
],
|
||||
"css/nth_child_pseudo_a.html": [
|
||||
{
|
||||
"path": "css/nth_child_pseudo_a.html",
|
||||
|
@ -3912,6 +3924,18 @@
|
|||
"url": "/_mozilla/css/min_max_height_a.html"
|
||||
}
|
||||
],
|
||||
"css/negative_margin_uncle_a.html": [
|
||||
{
|
||||
"path": "css/negative_margin_uncle_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/negative_margin_uncle_b.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/negative_margin_uncle_a.html"
|
||||
}
|
||||
],
|
||||
"css/nth_child_pseudo_a.html": [
|
||||
{
|
||||
"path": "css/nth_child_pseudo_a.html",
|
||||
|
|
32
tests/wpt/mozilla/tests/css/negative_margin_uncle_a.html
Normal file
32
tests/wpt/mozilla/tests/css/negative_margin_uncle_a.html
Normal file
|
@ -0,0 +1,32 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel='match' href='negative_margin_uncle_b.html'>
|
||||
<title>You see here a scroll labeled KERNOD WEL.</title>
|
||||
<style>
|
||||
body {
|
||||
font-size: 40px;
|
||||
}
|
||||
#d {
|
||||
float: right;
|
||||
background: green;
|
||||
color: white;
|
||||
}
|
||||
#b {
|
||||
margin: 0 0 -100px 0;
|
||||
}
|
||||
#c {
|
||||
margin: 100px 0 0 0;
|
||||
clear: both;
|
||||
background-color: blue;
|
||||
color: white;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id=d>Beetlejuice</div>
|
||||
<div id=a><div id=b>Beetlejuice</div></div>
|
||||
<div id=c>Beetlejuice</div>
|
||||
</body>
|
||||
</html>
|
||||
|
27
tests/wpt/mozilla/tests/css/negative_margin_uncle_b.html
Normal file
27
tests/wpt/mozilla/tests/css/negative_margin_uncle_b.html
Normal file
|
@ -0,0 +1,27 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>You see here a scroll labeled KERNOD WEL.</title>
|
||||
<style>
|
||||
body {
|
||||
font-size: 40px;
|
||||
}
|
||||
#d {
|
||||
float: right;
|
||||
background: green;
|
||||
color: white;
|
||||
}
|
||||
#c {
|
||||
clear: both;
|
||||
background-color: blue;
|
||||
color: white;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id=d>Beetlejuice</div>
|
||||
<div id=a>Beetlejuice</div>
|
||||
<div id=c>Beetlejuice</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue