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

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

Issue 2015623004: Import wpt@ed94c51f3dfaa5ff4c9c311add1a560408059c51 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 5d3afd64faf93f59dea0bb4dcd23d46440ea745a..12e0fe77b972301971098c31e387e6ab801df422 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/html/resources/common.js
+++ b/third_party/WebKit/LayoutTests/imported/wpt/html/resources/common.js
@@ -32,7 +32,7 @@ var HTML5_VOID_ELEMENTS = [ 'area', 'base', 'br', 'col', 'command', 'embed',
// https://html.spec.whatwg.org/multipage/multipage/forms.html#form-associated-element
var HTML5_FORM_ASSOCIATED_ELEMENTS = [ 'button', 'fieldset', 'input', 'keygen',
- 'label', 'object', 'output', 'select', 'textarea' ];
+ 'object', 'output', 'select', 'textarea' ];
function newDocument() {
var d = document.implementation.createDocument();

Powered by Google App Engine
This is Rietveld 408576698