diff --git a/tests/ref/basic.list b/tests/ref/basic.list index 635163adedd..58f47424686 100644 --- a/tests/ref/basic.list +++ b/tests/ref/basic.list @@ -160,7 +160,6 @@ flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html != list_style_type_a.html list_style_type_ref.html == margin_a.html margin_b.html == margin_padding_inline_block_a.html margin_padding_inline_block_ref.html -== margins_inside_floats_a.html margins_inside_floats_ref.html == marker_block_direction_placement_a.html marker_block_direction_placement_ref.html != noteq_attr_exists_selector.html attr_exists_selector_ref.html != octicons_a.html octicons_ref.html diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index 25c6f19c4e6..221d1bea8a6 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -1031,6 +1031,18 @@ "url": "/_mozilla/css/many_brs_a.html" } ], + "css/margins_inside_floats_a.html": [ + { + "path": "css/margins_inside_floats_a.html", + "references": [ + [ + "/_mozilla/css/margins_inside_floats_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/margins_inside_floats_a.html" + } + ], "css/max_width_float_simple_a.html": [ { "path": "css/max_width_float_simple_a.html", @@ -4488,6 +4500,18 @@ "url": "/_mozilla/css/many_brs_a.html" } ], + "css/margins_inside_floats_a.html": [ + { + "path": "css/margins_inside_floats_a.html", + "references": [ + [ + "/_mozilla/css/margins_inside_floats_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/margins_inside_floats_a.html" + } + ], "css/max_width_float_simple_a.html": [ { "path": "css/max_width_float_simple_a.html", diff --git a/tests/ref/margins_inside_floats_a.html b/tests/wpt/mozilla/tests/css/margins_inside_floats_a.html similarity index 79% rename from tests/ref/margins_inside_floats_a.html rename to tests/wpt/mozilla/tests/css/margins_inside_floats_a.html index 9ad6aa576ed..1d29dca04e5 100644 --- a/tests/ref/margins_inside_floats_a.html +++ b/tests/wpt/mozilla/tests/css/margins_inside_floats_a.html @@ -1,5 +1,6 @@ +
Must be this tall
diff --git a/tests/ref/margins_inside_floats_ref.html b/tests/wpt/mozilla/tests/css/margins_inside_floats_ref.html similarity index 100% rename from tests/ref/margins_inside_floats_ref.html rename to tests/wpt/mozilla/tests/css/margins_inside_floats_ref.html