From 2ca5f85d4e7712ecd561c16a364b3a2e79ccf0ab Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Thu, 8 Oct 2015 17:14:35 +0200 Subject: [PATCH] Move anon_block_inherit_a.html to wpt reftests. --- tests/ref/basic.list | 1 - tests/wpt/mozilla/meta/MANIFEST.json | 24 +++++++++++++++++++ .../tests/css}/anon_block_inherit_a.html | 1 + .../tests/css}/anon_block_inherit_b.html | 0 4 files changed, 25 insertions(+), 1 deletion(-) rename tests/{ref => wpt/mozilla/tests/css}/anon_block_inherit_a.html (74%) rename tests/{ref => wpt/mozilla/tests/css}/anon_block_inherit_b.html (100%) diff --git a/tests/ref/basic.list b/tests/ref/basic.list index a3e5cb09fc8..16f73ef7438 100644 --- a/tests/ref/basic.list +++ b/tests/ref/basic.list @@ -11,7 +11,6 @@ fragment=top != ../html/acid2.html acid2_ref.html == acid1_a.html acid1_b.html == acid2_noscroll.html acid2_ref_broken.html -== anon_block_inherit_a.html anon_block_inherit_b.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 diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index 66b4d835485..41be67a798f 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -159,6 +159,18 @@ "url": "/_mozilla/css/alpha_png_a.html" } ], + "css/anon_block_inherit_a.html": [ + { + "path": "css/anon_block_inherit_a.html", + "references": [ + [ + "/_mozilla/css/anon_block_inherit_b.html", + "==" + ] + ], + "url": "/_mozilla/css/anon_block_inherit_a.html" + } + ], "css/background.html": [ { "path": "css/background.html", @@ -1112,6 +1124,18 @@ "url": "/_mozilla/css/alpha_png_a.html" } ], + "css/anon_block_inherit_a.html": [ + { + "path": "css/anon_block_inherit_a.html", + "references": [ + [ + "/_mozilla/css/anon_block_inherit_b.html", + "==" + ] + ], + "url": "/_mozilla/css/anon_block_inherit_a.html" + } + ], "css/background.html": [ { "path": "css/background.html", diff --git a/tests/ref/anon_block_inherit_a.html b/tests/wpt/mozilla/tests/css/anon_block_inherit_a.html similarity index 74% rename from tests/ref/anon_block_inherit_a.html rename to tests/wpt/mozilla/tests/css/anon_block_inherit_a.html index 855b51e5009..00214c6b848 100644 --- a/tests/ref/anon_block_inherit_a.html +++ b/tests/wpt/mozilla/tests/css/anon_block_inherit_a.html @@ -2,6 +2,7 @@ hi +
diff --git a/tests/ref/anon_block_inherit_b.html b/tests/wpt/mozilla/tests/css/anon_block_inherit_b.html similarity index 100% rename from tests/ref/anon_block_inherit_b.html rename to tests/wpt/mozilla/tests/css/anon_block_inherit_b.html