mirror of
https://github.com/servo/servo.git
synced 2025-06-20 15:18:58 +01:00
Move object_element_a.html to wpt reftests.
This commit is contained in:
parent
e8283572b3
commit
5cb7a2ddbb
4 changed files with 25 additions and 1 deletions
|
@ -192,7 +192,6 @@ flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html
|
||||||
!= noteq_attr_exists_selector.html attr_exists_selector_ref.html
|
!= noteq_attr_exists_selector.html attr_exists_selector_ref.html
|
||||||
== nth_last_of_type_pseudo_a.html nth_last_of_type_pseudo_b.html
|
== nth_last_of_type_pseudo_a.html nth_last_of_type_pseudo_b.html
|
||||||
== nth_of_type_pseudo_a.html nth_of_type_pseudo_b.html
|
== nth_of_type_pseudo_a.html nth_of_type_pseudo_b.html
|
||||||
== object_element_a.html object_element_b.html
|
|
||||||
!= octicons_a.html octicons_ref.html
|
!= octicons_a.html octicons_ref.html
|
||||||
== ol_japanese_iroha_a.html ol_japanese_iroha_ref.html
|
== ol_japanese_iroha_a.html ol_japanese_iroha_ref.html
|
||||||
!= ol_japanese_iroha_bullet_styles.html ol_japanese_iroha_ref.html
|
!= ol_japanese_iroha_bullet_styles.html ol_japanese_iroha_ref.html
|
||||||
|
|
|
@ -887,6 +887,18 @@
|
||||||
"url": "/_mozilla/css/nth_last_child_pseudo_a.html"
|
"url": "/_mozilla/css/nth_last_child_pseudo_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/object_element_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/object_element_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/object_element_b.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/object_element_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/ol_simple_a.html": [
|
"css/ol_simple_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/ol_simple_a.html",
|
"path": "css/ol_simple_a.html",
|
||||||
|
@ -3984,6 +3996,18 @@
|
||||||
"url": "/_mozilla/css/nth_last_child_pseudo_a.html"
|
"url": "/_mozilla/css/nth_last_child_pseudo_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/object_element_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/object_element_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/object_element_b.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/object_element_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/ol_simple_a.html": [
|
"css/ol_simple_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/ol_simple_a.html",
|
"path": "css/ol_simple_a.html",
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<link rel='match' href='object_element_b.html'>
|
||||||
<title></title>
|
<title></title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
Loading…
Add table
Add a link
Reference in a new issue