From 1f37ac0d710a6e2cb09ea549bddd55275fb39777 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Thu, 8 Oct 2015 17:20:18 +0200 Subject: [PATCH] Move attr_exists_selector.html to wpt reftests. --- tests/ref/basic.list | 1 - tests/wpt/mozilla/meta/MANIFEST.json | 24 +++++++++++++++++++ .../tests/css}/attr_exists_selector.html | 1 + .../tests/css}/attr_exists_selector_ref.html | 0 4 files changed, 25 insertions(+), 1 deletion(-) rename tests/{ref => wpt/mozilla/tests/css}/attr_exists_selector.html (86%) rename tests/{ref => wpt/mozilla/tests/css}/attr_exists_selector_ref.html (100%) diff --git a/tests/ref/basic.list b/tests/ref/basic.list index 16f73ef7438..6ee202f98a0 100644 --- a/tests/ref/basic.list +++ b/tests/ref/basic.list @@ -12,7 +12,6 @@ fragment=top != ../html/acid2.html acid2_ref.html == acid1_a.html acid1_b.html == acid2_noscroll.html acid2_ref_broken.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 == background_clip_a.html background_clip_ref.html == background_external_stylesheet.html background_ref.html diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index 41be67a798f..feaa03e7776 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -171,6 +171,18 @@ "url": "/_mozilla/css/anon_block_inherit_a.html" } ], + "css/attr_exists_selector.html": [ + { + "path": "css/attr_exists_selector.html", + "references": [ + [ + "/_mozilla/css/attr_exists_selector_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/attr_exists_selector.html" + } + ], "css/background.html": [ { "path": "css/background.html", @@ -1136,6 +1148,18 @@ "url": "/_mozilla/css/anon_block_inherit_a.html" } ], + "css/attr_exists_selector.html": [ + { + "path": "css/attr_exists_selector.html", + "references": [ + [ + "/_mozilla/css/attr_exists_selector_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/attr_exists_selector.html" + } + ], "css/background.html": [ { "path": "css/background.html", diff --git a/tests/ref/attr_exists_selector.html b/tests/wpt/mozilla/tests/css/attr_exists_selector.html similarity index 86% rename from tests/ref/attr_exists_selector.html rename to tests/wpt/mozilla/tests/css/attr_exists_selector.html index 43ad48bb62a..a40f01e361d 100644 --- a/tests/ref/attr_exists_selector.html +++ b/tests/wpt/mozilla/tests/css/attr_exists_selector.html @@ -2,6 +2,7 @@ Attribute exists selector: [foo] and [*|foo] +