Move noscript.html to wpt reftests.

This commit is contained in:
Corey Farwell 2015-10-19 18:34:07 -04:00
parent b9c06f3f0b
commit e8283572b3
4 changed files with 25 additions and 1 deletions

View file

@ -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

View file

@ -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",

View file

@ -1,4 +1,5 @@
<html>
<link rel='match' href='noscript_ref.html'>
<body>
Text <noscript>Noscript</noscript> Final.
</body>