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