From 86fd10e0161d48d6952caeef40d3f8fa047c926a Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Fri, 9 Oct 2015 10:31:31 +0200 Subject: [PATCH 01/10] Move attr_selector_case_sensitivity.html to wpt reftests. --- tests/ref/basic.list | 1 - tests/wpt/mozilla/meta/MANIFEST.json | 24 +++++++++++++++++++ .../css}/attr_selector_case_sensitivity.html | 1 + .../attr_selector_case_sensitivity_ref.html | 0 4 files changed, 25 insertions(+), 1 deletion(-) rename tests/{ref => wpt/mozilla/tests/css}/attr_selector_case_sensitivity.html (87%) rename tests/{ref => wpt/mozilla/tests/css}/attr_selector_case_sensitivity_ref.html (100%) diff --git a/tests/ref/basic.list b/tests/ref/basic.list index 68cde706c3e..d406617d03e 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_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 == background_image_a.html background_image_ref.html diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index 6f934c8ca4a..be0ac8aac69 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -183,6 +183,18 @@ "url": "/_mozilla/css/attr_exists_selector.html" } ], + "css/attr_selector_case_sensitivity.html": [ + { + "path": "css/attr_selector_case_sensitivity.html", + "references": [ + [ + "/_mozilla/css/attr_selector_case_sensitivity_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/attr_selector_case_sensitivity.html" + } + ], "css/background.html": [ { "path": "css/background.html", @@ -1160,6 +1172,18 @@ "url": "/_mozilla/css/attr_exists_selector.html" } ], + "css/attr_selector_case_sensitivity.html": [ + { + "path": "css/attr_selector_case_sensitivity.html", + "references": [ + [ + "/_mozilla/css/attr_selector_case_sensitivity_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/attr_selector_case_sensitivity.html" + } + ], "css/background.html": [ { "path": "css/background.html", diff --git a/tests/ref/attr_selector_case_sensitivity.html b/tests/wpt/mozilla/tests/css/attr_selector_case_sensitivity.html similarity index 87% rename from tests/ref/attr_selector_case_sensitivity.html rename to tests/wpt/mozilla/tests/css/attr_selector_case_sensitivity.html index c4d36db7918..f86ac14b855 100644 --- a/tests/ref/attr_selector_case_sensitivity.html +++ b/tests/wpt/mozilla/tests/css/attr_selector_case_sensitivity.html @@ -2,6 +2,7 @@ Attribute selector case-sensitivity: [foo=bar] and [foo=bar i] + + + +
+ + + + From 7e23ff97c1e7f5e1aadb9942576ab9b3391fa1d2 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Fri, 9 Oct 2015 17:13:04 +0200 Subject: [PATCH 09/10] Move background_position_keyword.html to wpt reftests. --- tests/ref/basic.list | 1 - tests/wpt/mozilla/meta/MANIFEST.json | 24 +++++++++++++++++++ .../css}/background_position_keyword.html | 1 + 3 files changed, 25 insertions(+), 1 deletion(-) rename tests/{ref => wpt/mozilla/tests/css}/background_position_keyword.html (87%) diff --git a/tests/ref/basic.list b/tests/ref/basic.list index 56c54be2386..81b96995ee7 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 -== background_position_keyword.html background_position_b.html == background_position_percent.html background_position_b.html == background_position_shorthand.html background_position_shorthand_ref.html == background_repeat_both_a.html background_repeat_both_b.html diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index 7300ec93be6..f2bbbf68c0b 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -291,6 +291,18 @@ "url": "/_mozilla/css/background_position_a.html" } ], + "css/background_position_keyword.html": [ + { + "path": "css/background_position_keyword.html", + "references": [ + [ + "/_mozilla/css/background_position_b.html", + "==" + ] + ], + "url": "/_mozilla/css/background_position_keyword.html" + } + ], "css/class-namespaces.html": [ { "path": "css/class-namespaces.html", @@ -1364,6 +1376,18 @@ "url": "/_mozilla/css/background_position_a.html" } ], + "css/background_position_keyword.html": [ + { + "path": "css/background_position_keyword.html", + "references": [ + [ + "/_mozilla/css/background_position_b.html", + "==" + ] + ], + "url": "/_mozilla/css/background_position_keyword.html" + } + ], "css/class-namespaces.html": [ { "path": "css/class-namespaces.html", diff --git a/tests/ref/background_position_keyword.html b/tests/wpt/mozilla/tests/css/background_position_keyword.html similarity index 87% rename from tests/ref/background_position_keyword.html rename to tests/wpt/mozilla/tests/css/background_position_keyword.html index 6e7962d0b46..f7a3e1a4d43 100644 --- a/tests/ref/background_position_keyword.html +++ b/tests/wpt/mozilla/tests/css/background_position_keyword.html @@ -2,6 +2,7 @@ You see here a scroll labeled FOOBIE BLETCH. + - - -
- - - - diff --git a/tests/ref/basic.list b/tests/ref/basic.list index 81b96995ee7..501ca02dc22 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 -== background_position_percent.html background_position_b.html == background_position_shorthand.html background_position_shorthand_ref.html == background_repeat_both_a.html background_repeat_both_b.html == background_repeat_none_a.html background_repeat_none_b.html diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index f2bbbf68c0b..8cd63cc7c26 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -303,6 +303,18 @@ "url": "/_mozilla/css/background_position_keyword.html" } ], + "css/background_position_percent.html": [ + { + "path": "css/background_position_percent.html", + "references": [ + [ + "/_mozilla/css/background_position_b.html", + "==" + ] + ], + "url": "/_mozilla/css/background_position_percent.html" + } + ], "css/class-namespaces.html": [ { "path": "css/class-namespaces.html", @@ -1388,6 +1400,18 @@ "url": "/_mozilla/css/background_position_keyword.html" } ], + "css/background_position_percent.html": [ + { + "path": "css/background_position_percent.html", + "references": [ + [ + "/_mozilla/css/background_position_b.html", + "==" + ] + ], + "url": "/_mozilla/css/background_position_percent.html" + } + ], "css/class-namespaces.html": [ { "path": "css/class-namespaces.html", diff --git a/tests/ref/background_position_percent.html b/tests/wpt/mozilla/tests/css/background_position_percent.html similarity index 87% rename from tests/ref/background_position_percent.html rename to tests/wpt/mozilla/tests/css/background_position_percent.html index 3b3ecc77ec0..daf29276e59 100644 --- a/tests/ref/background_position_percent.html +++ b/tests/wpt/mozilla/tests/css/background_position_percent.html @@ -2,6 +2,7 @@ You see here a scroll labeled FOOBIE BLETCH. +