mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Move noscript.html to wpt reftests.
This commit is contained in:
parent
b9c06f3f0b
commit
e8283572b3
4 changed files with 25 additions and 1 deletions
|
@ -189,7 +189,6 @@ flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html
|
|||
== negative_margins_a.html negative_margins_b.html
|
||||
== no-image.html no-image-ref.html
|
||||
== no_image_background_a.html no_image_background_ref.html
|
||||
== noscript.html noscript_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_of_type_pseudo_a.html nth_of_type_pseudo_b.html
|
||||
|
|
|
@ -851,6 +851,18 @@
|
|||
"url": "/_mozilla/css/negative_margin_uncle_a.html"
|
||||
}
|
||||
],
|
||||
"css/noscript.html": [
|
||||
{
|
||||
"path": "css/noscript.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/noscript_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/noscript.html"
|
||||
}
|
||||
],
|
||||
"css/nth_child_pseudo_a.html": [
|
||||
{
|
||||
"path": "css/nth_child_pseudo_a.html",
|
||||
|
@ -3936,6 +3948,18 @@
|
|||
"url": "/_mozilla/css/negative_margin_uncle_a.html"
|
||||
}
|
||||
],
|
||||
"css/noscript.html": [
|
||||
{
|
||||
"path": "css/noscript.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/noscript_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/noscript.html"
|
||||
}
|
||||
],
|
||||
"css/nth_child_pseudo_a.html": [
|
||||
{
|
||||
"path": "css/nth_child_pseudo_a.html",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<html>
|
||||
<link rel='match' href='noscript_ref.html'>
|
||||
<body>
|
||||
Text <noscript>Noscript</noscript> Final.
|
||||
</body>
|
Loading…
Add table
Add a link
Reference in a new issue