| 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();
|
|
|