Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Unified Diff: LayoutTests/fast/forms/setrangetext.html

Issue 596723002: Enabling selection API for input type=<file, color, date, email, number> (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Enabling Selection API for input type email and number Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/forms/setrangetext.html
diff --git a/LayoutTests/fast/forms/setrangetext.html b/LayoutTests/fast/forms/setrangetext.html
index 8d91de3e18627fd6b410000606cbb5cdc282a96f..f1a2dbf6dcf170eb0422d3ddcf0ae7e025524c9f 100644
--- a/LayoutTests/fast/forms/setrangetext.html
+++ b/LayoutTests/fast/forms/setrangetext.html
@@ -14,6 +14,7 @@ runTestsShouldPass("input", { type: "tel" });
runTestsShouldPass("input", { type: "text" });
runTestsShouldPass("input", { type: "text", dir: "rtl" });
runTestsShouldPass("input", { type: "url" });
+runTestsShouldPass("input", { type: "email" });
debug("<hr>");
debug("Check that setRangeText() on disconnected elements doesn't crash and has proper values.");
@@ -24,7 +25,6 @@ shouldBeEqualToString("element.value", "ABC0123456789");
runTestsShouldFail("input", { type: "button" });
runTestsShouldFail("input", { type: "checkbox" });
-runTestsShouldFail("input", { type: "email" });
runTestsShouldFail("input", { type: "radio" });
runTestsShouldFail("input", { type: "reset" });
runTestsShouldFail("input", { type: "submit" });
« no previous file with comments | « LayoutTests/fast/forms/selection-wrongtype-expected.txt ('k') | LayoutTests/fast/forms/setrangetext-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698