diff --git a/tests/ref/basic.list b/tests/ref/basic.list index 24897385690..86a1a9db352 100644 --- a/tests/ref/basic.list +++ b/tests/ref/basic.list @@ -58,7 +58,6 @@ prefs:"layout.flex.enabled" == flex_row_direction.html flex_row_direction_ref.ht == floated_generated_content_a.html floated_generated_content_b.html == floated_negative_margins_a.html floated_negative_margins_ref.html == floated_table_with_margin_a.html floated_table_with_margin_ref.html -== font_color_attribute_a.html font_color_attribute_ref.html == font_face_attribute.html font_face_attribute_ref.html == font_size.html font_size_ref.html == height_compute_reset.html height_compute.html diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index 13e91794a90..781de91af8f 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -887,6 +887,18 @@ "url": "/_mozilla/css/font_advance.html" } ], + "css/font_color_attribute_a.html": [ + { + "path": "css/font_color_attribute_a.html", + "references": [ + [ + "/_mozilla/css/font_color_attribute_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/font_color_attribute_a.html" + } + ], "css/font_style.html": [ { "path": "css/font_style.html", @@ -4956,6 +4968,18 @@ "url": "/_mozilla/css/font_advance.html" } ], + "css/font_color_attribute_a.html": [ + { + "path": "css/font_color_attribute_a.html", + "references": [ + [ + "/_mozilla/css/font_color_attribute_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/font_color_attribute_a.html" + } + ], "css/font_style.html": [ { "path": "css/font_style.html", diff --git a/tests/ref/font_color_attribute_a.html b/tests/wpt/mozilla/tests/css/font_color_attribute_a.html similarity index 63% rename from tests/ref/font_color_attribute_a.html rename to tests/wpt/mozilla/tests/css/font_color_attribute_a.html index 320f662ea15..958443ffaf8 100644 --- a/tests/ref/font_color_attribute_a.html +++ b/tests/wpt/mozilla/tests/css/font_color_attribute_a.html @@ -1,6 +1,7 @@
+Servo
diff --git a/tests/ref/font_color_attribute_ref.html b/tests/wpt/mozilla/tests/css/font_color_attribute_ref.html similarity index 100% rename from tests/ref/font_color_attribute_ref.html rename to tests/wpt/mozilla/tests/css/font_color_attribute_ref.html