diff --git a/tests/ref/basic.list b/tests/ref/basic.list index 45e513de6c5..b474777b77f 100644 --- a/tests/ref/basic.list +++ b/tests/ref/basic.list @@ -54,7 +54,6 @@ prefs:"layout.flex.enabled" == flex_row_direction.html flex_row_direction_ref.ht == float_positioned_pseudo_stacking_context.html float_positioned_pseudo_stacking_context_ref.html == 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_size.html font_size_ref.html # `?` and `#` in the name is a test for https://github.com/servo/servo/issues/3340 == hide_after_create.html hide_after_create_ref.html diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index e209c833af4..9e084f71b9c 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -899,6 +899,18 @@ "url": "/_mozilla/css/floated_list_item_a.html" } ], + "css/floated_table_with_margin_a.html": [ + { + "path": "css/floated_table_with_margin_a.html", + "references": [ + [ + "/_mozilla/css/floated_table_with_margin_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/floated_table_with_margin_a.html" + } + ], "css/focus_selector.html": [ { "path": "css/focus_selector.html", @@ -5040,6 +5052,18 @@ "url": "/_mozilla/css/floated_list_item_a.html" } ], + "css/floated_table_with_margin_a.html": [ + { + "path": "css/floated_table_with_margin_a.html", + "references": [ + [ + "/_mozilla/css/floated_table_with_margin_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/floated_table_with_margin_a.html" + } + ], "css/focus_selector.html": [ { "path": "css/focus_selector.html", diff --git a/tests/ref/floated_table_with_margin_a.html b/tests/wpt/mozilla/tests/css/floated_table_with_margin_a.html similarity index 89% rename from tests/ref/floated_table_with_margin_a.html rename to tests/wpt/mozilla/tests/css/floated_table_with_margin_a.html index 92022c97a1e..37f6cc51bcc 100644 --- a/tests/ref/floated_table_with_margin_a.html +++ b/tests/wpt/mozilla/tests/css/floated_table_with_margin_a.html @@ -2,6 +2,7 @@
+