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

Unified Diff: LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/input-textselection-01.html

Issue 1344233004: update-w3c-deps import using blink 41e709df01f60521d3c9786d319cdc1690633151: (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated -expected Created 5 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/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");

Powered by Google App Engine
This is Rietveld 408576698