From 39efcf7baeca3321d6ef9033df2d4962db33bc3f Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Fri, 16 Oct 2015 21:07:15 -0400 Subject: [PATCH] Move legacy_td_bgcolor_attribute_a.html to wpt reftests. --- tests/ref/basic.list | 1 - tests/wpt/mozilla/meta/MANIFEST.json | 24 +++++++++++++++++++ .../css}/legacy_td_bgcolor_attribute_a.html | 1 + .../css}/legacy_td_bgcolor_attribute_ref.html | 0 4 files changed, 25 insertions(+), 1 deletion(-) rename tests/{ref => wpt/mozilla/tests/css}/legacy_td_bgcolor_attribute_a.html (92%) rename tests/{ref => wpt/mozilla/tests/css}/legacy_td_bgcolor_attribute_ref.html (100%) diff --git a/tests/ref/basic.list b/tests/ref/basic.list index 23b386ece0d..f4e91a0ca1b 100644 --- a/tests/ref/basic.list +++ b/tests/ref/basic.list @@ -162,7 +162,6 @@ prefs:"layout.writing-mode.enabled" == iframe/size_attributes_vertical_writing_m == last_child_pseudo_a.html last_child_pseudo_b.html == last_of_type_pseudo_a.html last_of_type_pseudo_b.html == legacy_cellspacing_attribute_a.html border_spacing_ref.html -== legacy_td_bgcolor_attribute_a.html legacy_td_bgcolor_attribute_ref.html == legacy_td_width_attribute_a.html legacy_td_width_attribute_ref.html == legacy_th_width_attribute_a.html legacy_td_width_attribute_ref.html == letter_spacing_a.html letter_spacing_ref.html diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index a61110f9622..02df568f0e2 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -719,6 +719,18 @@ "url": "/_mozilla/css/legacy_table_border_attribute_a.html" } ], + "css/legacy_td_bgcolor_attribute_a.html": [ + { + "path": "css/legacy_td_bgcolor_attribute_a.html", + "references": [ + [ + "/_mozilla/css/legacy_td_bgcolor_attribute_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/legacy_td_bgcolor_attribute_a.html" + } + ], "css/nth_child_pseudo_a.html": [ { "path": "css/nth_child_pseudo_a.html", @@ -3672,6 +3684,18 @@ "url": "/_mozilla/css/legacy_table_border_attribute_a.html" } ], + "css/legacy_td_bgcolor_attribute_a.html": [ + { + "path": "css/legacy_td_bgcolor_attribute_a.html", + "references": [ + [ + "/_mozilla/css/legacy_td_bgcolor_attribute_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/legacy_td_bgcolor_attribute_a.html" + } + ], "css/nth_child_pseudo_a.html": [ { "path": "css/nth_child_pseudo_a.html", diff --git a/tests/ref/legacy_td_bgcolor_attribute_a.html b/tests/wpt/mozilla/tests/css/legacy_td_bgcolor_attribute_a.html similarity index 92% rename from tests/ref/legacy_td_bgcolor_attribute_a.html rename to tests/wpt/mozilla/tests/css/legacy_td_bgcolor_attribute_a.html index d565feadacd..dddbcc8de7d 100644 --- a/tests/ref/legacy_td_bgcolor_attribute_a.html +++ b/tests/wpt/mozilla/tests/css/legacy_td_bgcolor_attribute_a.html @@ -1,5 +1,6 @@ + diff --git a/tests/ref/legacy_td_bgcolor_attribute_ref.html b/tests/wpt/mozilla/tests/css/legacy_td_bgcolor_attribute_ref.html similarity index 100% rename from tests/ref/legacy_td_bgcolor_attribute_ref.html rename to tests/wpt/mozilla/tests/css/legacy_td_bgcolor_attribute_ref.html