diff --git a/tests/ref/basic.list b/tests/ref/basic.list index 9a0a2feaf80..d2bb1735aa1 100644 --- a/tests/ref/basic.list +++ b/tests/ref/basic.list @@ -304,7 +304,6 @@ resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_ == stacking_context_overflow_relative_outline_a.html stacking_context_overflow_relative_outline_ref.html == style_is_in_doc.html style_is_in_doc_ref.html == submit_focus_a.html submit_focus_b.html -== table_auto_width.html table_auto_width_ref.html # text_decoration_propagation_a.html text_decoration_propagation_b.html != text_decoration_smoke_a.html text_decoration_smoke_ref.html != text_decoration_underline_subpx_a.html text_decoration_underline_subpx_ref.html diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index d084ea2cb24..fcf8a359429 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_auto_width.html": [ + { + "path": "css/table_auto_width.html", + "references": [ + [ + "/_mozilla/css/table_auto_width_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/table_auto_width.html" + } + ], "css/table_caption_bottom_a.html": [ { "path": "css/table_caption_bottom_a.html", @@ -2576,6 +2588,18 @@ "url": "/_mozilla/css/stacking_context_rtl.html" } ], + "css/table_auto_width.html": [ + { + "path": "css/table_auto_width.html", + "references": [ + [ + "/_mozilla/css/table_auto_width_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/table_auto_width.html" + } + ], "css/table_caption_bottom_a.html": [ { "path": "css/table_caption_bottom_a.html", diff --git a/tests/ref/table_auto_width.html b/tests/wpt/mozilla/tests/css/table_auto_width.html similarity index 79% rename from tests/ref/table_auto_width.html rename to tests/wpt/mozilla/tests/css/table_auto_width.html index 62f0def0086..6571bc84f39 100644 --- a/tests/ref/table_auto_width.html +++ b/tests/wpt/mozilla/tests/css/table_auto_width.html @@ -1,6 +1,7 @@ + diff --git a/tests/ref/table_auto_width_ref.html b/tests/wpt/mozilla/tests/css/table_auto_width_ref.html similarity index 100% rename from tests/ref/table_auto_width_ref.html rename to tests/wpt/mozilla/tests/css/table_auto_width_ref.html