diff --git a/tests/ref/basic.list b/tests/ref/basic.list index b474777b77f..c0a10365402 100644 --- a/tests/ref/basic.list +++ b/tests/ref/basic.list @@ -50,7 +50,6 @@ flaky_cpu == append_style_a.html append_style_b.html prefs:"layout.flex-direction.enabled,layout.flex.enabled" == flex_column_direction.html flex_column_direction_ref.html prefs:"layout.flex.enabled" == flex_row_direction.html flex_row_direction_ref.html == float_clearance_intrinsic_width_a.html float_clearance_intrinsic_width_ref.html -== float_overflow_area_a.html float_overflow_area_ref.html == 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 diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index 9e084f71b9c..0a4140ed203 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -851,6 +851,18 @@ "url": "/_mozilla/css/float_intrinsic_width_a.html" } ], + "css/float_overflow_area_a.html": [ + { + "path": "css/float_overflow_area_a.html", + "references": [ + [ + "/_mozilla/css/float_overflow_area_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/float_overflow_area_a.html" + } + ], "css/float_right_intrinsic_width_a.html": [ { "path": "css/float_right_intrinsic_width_a.html", @@ -5004,6 +5016,18 @@ "url": "/_mozilla/css/float_intrinsic_width_a.html" } ], + "css/float_overflow_area_a.html": [ + { + "path": "css/float_overflow_area_a.html", + "references": [ + [ + "/_mozilla/css/float_overflow_area_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/float_overflow_area_a.html" + } + ], "css/float_right_intrinsic_width_a.html": [ { "path": "css/float_right_intrinsic_width_a.html", diff --git a/tests/ref/float_overflow_area_a.html b/tests/wpt/mozilla/tests/css/float_overflow_area_a.html similarity index 75% rename from tests/ref/float_overflow_area_a.html rename to tests/wpt/mozilla/tests/css/float_overflow_area_a.html index 9597f2a6d97..5f663e4beea 100644 --- a/tests/ref/float_overflow_area_a.html +++ b/tests/wpt/mozilla/tests/css/float_overflow_area_a.html @@ -1,6 +1,7 @@
+