diff --git a/tests/ref/basic.list b/tests/ref/basic.list index 825e41b3647..c24ae2390bd 100644 --- a/tests/ref/basic.list +++ b/tests/ref/basic.list @@ -320,7 +320,6 @@ resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_ == table_percentage_capping_a.html table_percentage_capping_ref.html == table_percentage_width_a.html table_percentage_width_ref.html == table_preferred_width_a.html table_preferred_width_ref.html -== table_width_attribute_a.html table_width_attribute_ref.html == text_align_start_end.html text_align_start_end_ref.html == text_decoration_cached.html text_decoration_cached_ref.html # text_decoration_propagation_a.html text_decoration_propagation_b.html diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index 973420d9a2b..36caa0a1db8 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -627,6 +627,18 @@ "url": "/_mozilla/css/table_specified_width_a.html" } ], + "css/table_width_attribute_a.html": [ + { + "path": "css/table_width_attribute_a.html", + "references": [ + [ + "/_mozilla/css/table_width_attribute_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/table_width_attribute_a.html" + } + ], "css/text_align_complex_a.html": [ { "path": "css/text_align_complex_a.html", @@ -2336,6 +2348,18 @@ "url": "/_mozilla/css/table_specified_width_a.html" } ], + "css/table_width_attribute_a.html": [ + { + "path": "css/table_width_attribute_a.html", + "references": [ + [ + "/_mozilla/css/table_width_attribute_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/table_width_attribute_a.html" + } + ], "css/text_align_complex_a.html": [ { "path": "css/text_align_complex_a.html", diff --git a/tests/ref/table_width_attribute_a.html b/tests/wpt/mozilla/tests/css/table_width_attribute_a.html similarity index 73% rename from tests/ref/table_width_attribute_a.html rename to tests/wpt/mozilla/tests/css/table_width_attribute_a.html index 463deb178de..59c0ed5fa73 100644 --- a/tests/ref/table_width_attribute_a.html +++ b/tests/wpt/mozilla/tests/css/table_width_attribute_a.html @@ -1,6 +1,7 @@
+