diff --git a/tests/ref/basic.list b/tests/ref/basic.list index 606821ab25c..71b6486c505 100644 --- a/tests/ref/basic.list +++ b/tests/ref/basic.list @@ -238,7 +238,6 @@ flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html == overflow_xy_a.html overflow_xy_ref.html == per_glyph_font_fallback_a.html per_glyph_font_fallback_ref.html == percent_height.html percent_height_ref.html -== percentage_height_float_a.html percentage_height_float_ref.html == percentage_width_inline_block_a.html percentage_width_inline_block_ref.html resolution=300x300,device-pixel-ratio=2 != pixel_snapping_border_a.html pixel_snapping_border_ref.html resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_snapping_position_ref.html diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index 02a3fc9e1a3..6a1a8e68ca0 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -683,6 +683,18 @@ "url": "/_mozilla/css/flex_nochild.html" } ], + "css/percentage_height_float_a.html": [ + { + "path": "css/percentage_height_float_a.html", + "references": [ + [ + "/_mozilla/css/percentage_height_float_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/percentage_height_float_a.html" + } + ], "css/percentage_height_root.html": [ { "path": "css/percentage_height_root.html", @@ -3288,6 +3300,18 @@ "url": "/_mozilla/css/flex_nochild.html" } ], + "css/percentage_height_float_a.html": [ + { + "path": "css/percentage_height_float_a.html", + "references": [ + [ + "/_mozilla/css/percentage_height_float_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/percentage_height_float_a.html" + } + ], "css/percentage_height_root.html": [ { "path": "css/percentage_height_root.html", diff --git a/tests/ref/percentage_height_float_a.html b/tests/wpt/mozilla/tests/css/percentage_height_float_a.html similarity index 76% rename from tests/ref/percentage_height_float_a.html rename to tests/wpt/mozilla/tests/css/percentage_height_float_a.html index 3214c10eed5..4f16e43f433 100644 --- a/tests/ref/percentage_height_float_a.html +++ b/tests/wpt/mozilla/tests/css/percentage_height_float_a.html @@ -1,6 +1,7 @@ + Goodbye diff --git a/tests/ref/percentage_height_float_ref.html b/tests/wpt/mozilla/tests/css/percentage_height_float_ref.html similarity index 100% rename from tests/ref/percentage_height_float_ref.html rename to tests/wpt/mozilla/tests/css/percentage_height_float_ref.html