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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/html/resources/common.js

Issue 2634323002: Import wpt@aae3e1b6ffb8b24acb777450933ceeafd97e3655 (Closed)
Patch Set: Modify TestExpectations or download new baselines for tests. Created 3 years, 11 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/resources/common.js
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/resources/common.js b/third_party/WebKit/LayoutTests/imported/wpt/html/resources/common.js
index 12e0fe77b972301971098c31e387e6ab801df422..236a65fd85d0b36e77950f4e7b66b456a1b16973 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/html/resources/common.js
+++ b/third_party/WebKit/LayoutTests/imported/wpt/html/resources/common.js
@@ -31,7 +31,7 @@ var HTML5_VOID_ELEMENTS = [ 'area', 'base', 'br', 'col', 'command', 'embed',
'track', 'wbr' ];
// https://html.spec.whatwg.org/multipage/multipage/forms.html#form-associated-element
-var HTML5_FORM_ASSOCIATED_ELEMENTS = [ 'button', 'fieldset', 'input', 'keygen',
+var HTML5_FORM_ASSOCIATED_ELEMENTS = [ 'button', 'fieldset', 'input',
'object', 'output', 'select', 'textarea' ];
function newDocument() {

Powered by Google App Engine
This is Rietveld 408576698