diff --git a/tests/ref/basic.list b/tests/ref/basic.list index 151b4a01bc0..306850ed91a 100644 --- a/tests/ref/basic.list +++ b/tests/ref/basic.list @@ -312,7 +312,6 @@ resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_ == table_colspan_fixed_a.html table_colspan_fixed_ref.html == table_colspan_simple_a.html table_colspan_simple_ref.html == table_containing_block_a.html table_containing_block_ref.html -== table_expansion_to_fit_a.html table_expansion_to_fit_ref.html == table_float_translation_a.html table_float_translation_ref.html == table_intrinsic_style_specified_width_a.html table_intrinsic_style_specified_width_ref.html == table_margin_auto_a.html table_margin_auto_ref.html diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index 055100615fd..8ab373a19ac 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -603,6 +603,18 @@ "url": "/_mozilla/css/stacking_context_rtl.html" } ], + "css/table_expansion_to_fit_a.html": [ + { + "path": "css/table_expansion_to_fit_a.html", + "references": [ + [ + "/_mozilla/css/table_expansion_to_fit_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/table_expansion_to_fit_a.html" + } + ], "css/table_row_direction_a.html": [ { "path": "css/table_row_direction_a.html", @@ -2336,6 +2348,18 @@ "url": "/_mozilla/css/stacking_context_rtl.html" } ], + "css/table_expansion_to_fit_a.html": [ + { + "path": "css/table_expansion_to_fit_a.html", + "references": [ + [ + "/_mozilla/css/table_expansion_to_fit_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/table_expansion_to_fit_a.html" + } + ], "css/table_row_direction_a.html": [ { "path": "css/table_row_direction_a.html", diff --git a/tests/ref/table_expansion_to_fit_a.html b/tests/wpt/mozilla/tests/css/table_expansion_to_fit_a.html similarity index 84% rename from tests/ref/table_expansion_to_fit_a.html rename to tests/wpt/mozilla/tests/css/table_expansion_to_fit_a.html index 7b7ff7d38b7..ce130e89652 100644 --- a/tests/ref/table_expansion_to_fit_a.html +++ b/tests/wpt/mozilla/tests/css/table_expansion_to_fit_a.html @@ -1,6 +1,7 @@
+