diff --git a/tests/ref/basic.list b/tests/ref/basic.list index 67ad1d17734..ee9b33f1556 100644 --- a/tests/ref/basic.list +++ b/tests/ref/basic.list @@ -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 diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index c41742070c4..46eb2d0dea6 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -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", diff --git a/tests/ref/noscript.html b/tests/wpt/mozilla/tests/css/noscript.html similarity index 62% rename from tests/ref/noscript.html rename to tests/wpt/mozilla/tests/css/noscript.html index 08de375d619..eea193b7b42 100644 --- a/tests/ref/noscript.html +++ b/tests/wpt/mozilla/tests/css/noscript.html @@ -1,4 +1,5 @@ + Text Final. diff --git a/tests/ref/noscript_ref.html b/tests/wpt/mozilla/tests/css/noscript_ref.html similarity index 100% rename from tests/ref/noscript_ref.html rename to tests/wpt/mozilla/tests/css/noscript_ref.html