diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index 5c9ded6ec90..e5d25fe3bcf 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -2419,6 +2419,30 @@ "url": "/_mozilla/css/input_height_a.html" } ], + "css/input_placeholder.html": [ + { + "path": "css/input_placeholder.html", + "references": [ + [ + "/_mozilla/css/input_placeholder_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/input_placeholder.html" + } + ], + "css/input_placeholder_ref.html": [ + { + "path": "css/input_placeholder_ref.html", + "references": [ + [ + "/_mozilla/css/input_placeholder_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/input_placeholder_ref.html" + } + ], "css/inset.html": [ { "path": "css/inset.html", @@ -8310,6 +8334,30 @@ "url": "/_mozilla/css/input_height_a.html" } ], + "css/input_placeholder.html": [ + { + "path": "css/input_placeholder.html", + "references": [ + [ + "/_mozilla/css/input_placeholder_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/input_placeholder.html" + } + ], + "css/input_placeholder_ref.html": [ + { + "path": "css/input_placeholder_ref.html", + "references": [ + [ + "/_mozilla/css/input_placeholder_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/input_placeholder_ref.html" + } + ], "css/inset.html": [ { "path": "css/inset.html", diff --git a/tests/wpt/mozilla/tests/css/input_placeholder.html b/tests/wpt/mozilla/tests/css/input_placeholder.html new file mode 100644 index 00000000000..60da0f746b8 --- /dev/null +++ b/tests/wpt/mozilla/tests/css/input_placeholder.html @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/tests/wpt/mozilla/tests/css/input_placeholder_ref.html b/tests/wpt/mozilla/tests/css/input_placeholder_ref.html new file mode 100644 index 00000000000..1d106384802 --- /dev/null +++ b/tests/wpt/mozilla/tests/css/input_placeholder_ref.html @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file