mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +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
|
@ -11,7 +11,6 @@ fragment=top != ../html/acid2.html acid2_ref.html
|
|||
|
||||
== acid1_a.html acid1_b.html
|
||||
== acid2_noscroll.html acid2_ref_broken.html
|
||||
== anon_block_inherit_a.html anon_block_inherit_b.html
|
||||
flaky_cpu == append_style_a.html append_style_b.html
|
||||
== attr_exists_selector.html attr_exists_selector_ref.html
|
||||
== attr_selector_case_sensitivity.html attr_selector_case_sensitivity_ref.html
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>hi</title>
|
||||
<link rel=match href=anon_block_inherit_b.html>
|
||||
</head>
|
||||
<body>
|
||||
<div style="border: solid">
|
Loading…
Add table
Add a link
Reference in a new issue