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" }); |