Index: LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/input-textselection-01.html |
diff --git a/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/input-textselection-01.html b/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/input-textselection-01.html |
index 51fc09785b1cddf6cab9acc1b13c5d6e2af7544b..79878ee2ea5826a295d644331d03f8441433ef38 100644 |
--- a/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/input-textselection-01.html |
+++ b/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/input-textselection-01.html |
@@ -7,10 +7,10 @@ |
<div id="log"></div> |
<script> |
test(function() { |
- var valid = ["text", "search", "url", "tel", "email", "password"]; |
+ var valid = ["text", "search", "url", "tel", "password"]; |
var invalid = ["hidden", "datetime", "date", "month", "week", "datetime-local", |
"number", "range", "color", "checkbox", "radio", "button", |
- "file", "submit", "image", "reset"]; |
+ "file", "email", "submit", "image", "reset"]; |
valid.forEach(function(aType) { |
test(function() { |
var input = document.createElement("input"); |