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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements-forms.js

Issue 2273143002: Update web-platform-tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update baseline Created 4 years, 4 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: third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements-forms.js
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements-forms.js b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements-forms.js
index d5eca7508b0df588913c324aa0766f0c80a76840..280e018aaa35c13987fc4a98fcbb4f7d8feaa5a9 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements-forms.js
+++ b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements-forms.js
@@ -105,7 +105,7 @@ var formElements = {
// TODO: autocomplete is special.
// autocomplete: {type: "enum", keywords: ["on", "off"], defaultVal: "on"},
autofocus: "boolean",
- cols: {type: "limited unsigned long", defaultVal: 20},
+ cols: {type: "limited unsigned long with fallback", defaultVal: 20},
dirName: "string",
disabled: "boolean",
inputMode: {type: "enum", keywords: ["verbatim", "latin", "latin-name", "latin-prose", "full-width-latin", "kana", "katakana", "numeric", "tel", "email", "url"]},
@@ -114,7 +114,7 @@ var formElements = {
placeholder: "string",
readOnly: "boolean",
required: "boolean",
- rows: {type: "limited unsigned long", defaultVal: 2},
+ rows: {type: "limited unsigned long with fallback", defaultVal: 2},
wrap: "string",
},
keygen: {

Powered by Google App Engine
This is Rietveld 408576698