From 2db832f155568e426ac45165209fdb981734556f Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Fri, 16 Oct 2015 08:28:21 -0400 Subject: [PATCH] Move quotes_simple_a.html to wpt reftests. --- tests/ref/basic.list | 1 - tests/wpt/mozilla/meta/MANIFEST.json | 24 +++++++++++++++++++ .../mozilla/tests/css}/quotes_simple_a.html | 1 + .../mozilla/tests/css}/quotes_simple_ref.html | 0 4 files changed, 25 insertions(+), 1 deletion(-) rename tests/{ref => wpt/mozilla/tests/css}/quotes_simple_a.html (80%) rename tests/{ref => wpt/mozilla/tests/css}/quotes_simple_ref.html (100%) diff --git a/tests/ref/basic.list b/tests/ref/basic.list index fde50540292..bcc586b5b87 100644 --- a/tests/ref/basic.list +++ b/tests/ref/basic.list @@ -275,7 +275,6 @@ resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_ == pseudo_element_a.html pseudo_element_b.html == pseudo_inherit.html pseudo_inherit_ref.html == quotes_none_a.html quotes_none_ref.html -== quotes_simple_a.html quotes_simple_ref.html == root_display_inline_a.html root_display_ref.html == root_display_without_style_a.html root_display_ref.html # text_decoration_propagation_a.html text_decoration_propagation_b.html diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index 86e7dd9ad65..5db99c40163 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -683,6 +683,18 @@ "url": "/_mozilla/css/flex_nochild.html" } ], + "css/quotes_simple_a.html": [ + { + "path": "css/quotes_simple_a.html", + "references": [ + [ + "/_mozilla/css/quotes_simple_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/quotes_simple_a.html" + } + ], "css/root_height_a.html": [ { "path": "css/root_height_a.html", @@ -2964,6 +2976,18 @@ "url": "/_mozilla/css/flex_nochild.html" } ], + "css/quotes_simple_a.html": [ + { + "path": "css/quotes_simple_a.html", + "references": [ + [ + "/_mozilla/css/quotes_simple_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/quotes_simple_a.html" + } + ], "css/root_height_a.html": [ { "path": "css/root_height_a.html", diff --git a/tests/ref/quotes_simple_a.html b/tests/wpt/mozilla/tests/css/quotes_simple_a.html similarity index 80% rename from tests/ref/quotes_simple_a.html rename to tests/wpt/mozilla/tests/css/quotes_simple_a.html index 257be1276e0..579bcb8d219 100644 --- a/tests/ref/quotes_simple_a.html +++ b/tests/wpt/mozilla/tests/css/quotes_simple_a.html @@ -1,6 +1,7 @@ + diff --git a/tests/ref/quotes_simple_ref.html b/tests/wpt/mozilla/tests/css/quotes_simple_ref.html similarity index 100% rename from tests/ref/quotes_simple_ref.html rename to tests/wpt/mozilla/tests/css/quotes_simple_ref.html