From 7491fd834b16af637bcbc9a5865f479de0a149a7 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Thu, 22 Oct 2015 09:16:45 -0400 Subject: [PATCH] Move data_img_a.html to wpt reftests. --- tests/ref/basic.list | 1 - tests/wpt/mozilla/meta/MANIFEST.json | 24 +++++++++++++++++++ .../mozilla/tests/css}/data_img_a.html | 1 + .../mozilla/tests/css}/data_img_b.html | 0 4 files changed, 25 insertions(+), 1 deletion(-) rename tests/{ref => wpt/mozilla/tests/css}/data_img_a.html (99%) rename tests/{ref => wpt/mozilla/tests/css}/data_img_b.html (100%) diff --git a/tests/ref/basic.list b/tests/ref/basic.list index 713d388d885..58452e0b3bc 100644 --- a/tests/ref/basic.list +++ b/tests/ref/basic.list @@ -38,7 +38,6 @@ flaky_cpu == append_style_a.html append_style_b.html == clip_a.html clip_ref.html == counters_nested_a.html counters_nested_ref.html == counters_simple_a.html counters_simple_ref.html -== data_img_a.html data_img_b.html == empty_cells_a.html empty_cells_ref.html == external_media_query_link.html external_media_query_ref.html == external_media_query_style.html external_media_query_ref.html diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index 5bc137fb9ce..0ea5de78b5c 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -791,6 +791,18 @@ "url": "/_mozilla/css/class-namespaces.html" } ], + "css/data_img_a.html": [ + { + "path": "css/data_img_a.html", + "references": [ + [ + "/_mozilla/css/data_img_b.html", + "==" + ] + ], + "url": "/_mozilla/css/data_img_a.html" + } + ], "css/filter_inline_a.html": [ { "path": "css/filter_inline_a.html", @@ -4992,6 +5004,18 @@ "url": "/_mozilla/css/class-namespaces.html" } ], + "css/data_img_a.html": [ + { + "path": "css/data_img_a.html", + "references": [ + [ + "/_mozilla/css/data_img_b.html", + "==" + ] + ], + "url": "/_mozilla/css/data_img_a.html" + } + ], "css/filter_inline_a.html": [ { "path": "css/filter_inline_a.html", diff --git a/tests/ref/data_img_a.html b/tests/wpt/mozilla/tests/css/data_img_a.html similarity index 99% rename from tests/ref/data_img_a.html rename to tests/wpt/mozilla/tests/css/data_img_a.html index ce69991bc46..f93c93f27d2 100644 --- a/tests/ref/data_img_a.html +++ b/tests/wpt/mozilla/tests/css/data_img_a.html @@ -1,6 +1,7 @@ + diff --git a/tests/ref/data_img_b.html b/tests/wpt/mozilla/tests/css/data_img_b.html similarity index 100% rename from tests/ref/data_img_b.html rename to tests/wpt/mozilla/tests/css/data_img_b.html