mirror of
https://github.com/servo/servo.git
synced 2025-09-01 10:38:25 +01:00
Move anon_block_inherit_a.html to wpt reftests.
This commit is contained in:
parent
a938fe635f
commit
2ca5f85d4e
4 changed files with 25 additions and 1 deletions
|
@ -159,6 +159,18 @@
|
|||
"url": "/_mozilla/css/alpha_png_a.html"
|
||||
}
|
||||
],
|
||||
"css/anon_block_inherit_a.html": [
|
||||
{
|
||||
"path": "css/anon_block_inherit_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/anon_block_inherit_b.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/anon_block_inherit_a.html"
|
||||
}
|
||||
],
|
||||
"css/background.html": [
|
||||
{
|
||||
"path": "css/background.html",
|
||||
|
@ -1112,6 +1124,18 @@
|
|||
"url": "/_mozilla/css/alpha_png_a.html"
|
||||
}
|
||||
],
|
||||
"css/anon_block_inherit_a.html": [
|
||||
{
|
||||
"path": "css/anon_block_inherit_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/anon_block_inherit_b.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/anon_block_inherit_a.html"
|
||||
}
|
||||
],
|
||||
"css/background.html": [
|
||||
{
|
||||
"path": "css/background.html",
|
||||
|
|
14
tests/wpt/mozilla/tests/css/anon_block_inherit_a.html
Normal file
14
tests/wpt/mozilla/tests/css/anon_block_inherit_a.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>hi</title>
|
||||
<link rel=match href=anon_block_inherit_b.html>
|
||||
</head>
|
||||
<body>
|
||||
<div style="border: solid">
|
||||
<p>Foo</p>
|
||||
Bar
|
||||
<p>Baz</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
13
tests/wpt/mozilla/tests/css/anon_block_inherit_b.html
Normal file
13
tests/wpt/mozilla/tests/css/anon_block_inherit_b.html
Normal file
|
@ -0,0 +1,13 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>hi</title>
|
||||
</head>
|
||||
<body>
|
||||
<div style="border: solid">
|
||||
<p>Foo</p>
|
||||
<div>Bar</div>
|
||||
<p>Baz</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue