diff --git a/tests/ref/basic.list b/tests/ref/basic.list index 1661e67a025..899b6b5d1d9 100644 --- a/tests/ref/basic.list +++ b/tests/ref/basic.list @@ -35,7 +35,6 @@ prefs:"layout.writing-mode.enabled" == iframe/size_attributes_vertical_writing_m == iframe/stacking_context_position_a.html iframe/stacking_context_position_ref.html # inline_border_a.html inline_border_b.html -!= input_height_a.html input_height_ref.html != inset_blackborder.html blackborder_ref.html == jpeg_normal.html jpeg_ref.html == jpeg_progressive.html jpeg_ref.html diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index 3edfb1a5274..d951ace7c1a 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -2123,6 +2123,18 @@ "url": "/_mozilla/css/input_button_size_a.html" } ], + "css/input_height_a.html": [ + { + "path": "css/input_height_a.html", + "references": [ + [ + "/_mozilla/css/input_height_ref.html", + "!=" + ] + ], + "url": "/_mozilla/css/input_height_a.html" + } + ], "css/inset.html": [ { "path": "css/inset.html", @@ -7128,6 +7140,18 @@ "url": "/_mozilla/css/input_button_size_a.html" } ], + "css/input_height_a.html": [ + { + "path": "css/input_height_a.html", + "references": [ + [ + "/_mozilla/css/input_height_ref.html", + "!=" + ] + ], + "url": "/_mozilla/css/input_height_a.html" + } + ], "css/inset.html": [ { "path": "css/inset.html", diff --git a/tests/ref/input_height_a.html b/tests/wpt/mozilla/tests/css/input_height_a.html similarity index 80% rename from tests/ref/input_height_a.html rename to tests/wpt/mozilla/tests/css/input_height_a.html index 7c6f7dbfa8a..9375d302eae 100644 --- a/tests/ref/input_height_a.html +++ b/tests/wpt/mozilla/tests/css/input_height_a.html @@ -1,5 +1,6 @@ +
diff --git a/tests/ref/input_height_ref.html b/tests/wpt/mozilla/tests/css/input_height_ref.html similarity index 100% rename from tests/ref/input_height_ref.html rename to tests/wpt/mozilla/tests/css/input_height_ref.html