mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
Move root_margin_collapse_a.html to wpt reftests.
This commit is contained in:
parent
6474a729b4
commit
d735d12ebd
4 changed files with 25 additions and 1 deletions
|
@ -683,6 +683,18 @@
|
|||
"url": "/_mozilla/css/flex_nochild.html"
|
||||
}
|
||||
],
|
||||
"css/root_margin_collapse_a.html": [
|
||||
{
|
||||
"path": "css/root_margin_collapse_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/root_margin_collapse_b.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/root_margin_collapse_a.html"
|
||||
}
|
||||
],
|
||||
"css/root_pseudo_a.html": [
|
||||
{
|
||||
"path": "css/root_pseudo_a.html",
|
||||
|
@ -2940,6 +2952,18 @@
|
|||
"url": "/_mozilla/css/flex_nochild.html"
|
||||
}
|
||||
],
|
||||
"css/root_margin_collapse_a.html": [
|
||||
{
|
||||
"path": "css/root_margin_collapse_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/root_margin_collapse_b.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/root_margin_collapse_a.html"
|
||||
}
|
||||
],
|
||||
"css/root_pseudo_a.html": [
|
||||
{
|
||||
"path": "css/root_pseudo_a.html",
|
||||
|
|
6
tests/wpt/mozilla/tests/css/root_margin_collapse_a.html
Normal file
6
tests/wpt/mozilla/tests/css/root_margin_collapse_a.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
<html style="margin-top: 10px;">
|
||||
<link rel='match' href='root_margin_collapse_b.html'>
|
||||
<body style="margin-top: 10px;">
|
||||
<div style="width: 100px; height: 100px; background: black;"></div>
|
||||
</body>
|
||||
</html>
|
5
tests/wpt/mozilla/tests/css/root_margin_collapse_b.html
Normal file
5
tests/wpt/mozilla/tests/css/root_margin_collapse_b.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
<html>
|
||||
<body style="margin-top: 20px;">
|
||||
<div style="width: 100px; height: 100px; background: black;"></div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue