From 728ec11628e389ce7ee20ee6cd8bac4e0ef13244 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Sun, 27 Dec 2015 12:37:44 +0530 Subject: [PATCH] Add reftest for password placeholders --- tests/wpt/mozilla/meta/MANIFEST.json | 48 +++++++++++++++++++ .../mozilla/tests/css/input_placeholder.html | 5 ++ .../tests/css/input_placeholder_ref.html | 5 ++ 3 files changed, 58 insertions(+) create mode 100644 tests/wpt/mozilla/tests/css/input_placeholder.html create mode 100644 tests/wpt/mozilla/tests/css/input_placeholder_ref.html 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