diff --git a/tests/ref/basic.list b/tests/ref/basic.list index 6864b286a28..03a085789c3 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 == fixed_width_overrides_child_intrinsic_width_a.html fixed_width_overrides_child_intrinsic_width_ref.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_a.html float_clearance_ref.html == float_clearance_intrinsic_width_a.html float_clearance_intrinsic_width_ref.html == float_intrinsic_width_a.html float_intrinsic_width_ref.html == float_overflow_area_a.html float_overflow_area_ref.html diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index 392a67cd082..0b55310b25e 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -803,6 +803,18 @@ "url": "/_mozilla/css/flex_nochild.html" } ], + "css/float_clearance_a.html": [ + { + "path": "css/float_clearance_a.html", + "references": [ + [ + "/_mozilla/css/float_clearance_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/float_clearance_a.html" + } + ], "css/float_intrinsic_height.html": [ { "path": "css/float_intrinsic_height.html", @@ -4848,6 +4860,18 @@ "url": "/_mozilla/css/flex_nochild.html" } ], + "css/float_clearance_a.html": [ + { + "path": "css/float_clearance_a.html", + "references": [ + [ + "/_mozilla/css/float_clearance_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/float_clearance_a.html" + } + ], "css/float_intrinsic_height.html": [ { "path": "css/float_intrinsic_height.html", diff --git a/tests/ref/float_clearance_a.html b/tests/wpt/mozilla/tests/css/float_clearance_a.html similarity index 82% rename from tests/ref/float_clearance_a.html rename to tests/wpt/mozilla/tests/css/float_clearance_a.html index a24e90e14ce..56d292a2dfa 100644 --- a/tests/ref/float_clearance_a.html +++ b/tests/wpt/mozilla/tests/css/float_clearance_a.html @@ -1,6 +1,7 @@
+