| Index: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/form-control-infrastructure/form.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/form-control-infrastructure/form.html b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/form-control-infrastructure/form.html
|
| index 29a14ca57e5df165fb96216018d43702f5e0d827..064fcbd797166850bffbc92b9f9fb4b32324ae5b 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/form-control-infrastructure/form.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/form-control-infrastructure/form.html
|
| @@ -9,7 +9,6 @@
|
| <p><button id="button">button</button>
|
| <p><fieldset id="fieldset">fieldset</fieldset>
|
| <p><input id="input">
|
| -<p><keygen id="keygen">
|
| <p><object id="object">object</object>
|
| <p><output id="output">output</output>
|
| <p><select id="select"><option>select</option></select>
|
| @@ -59,7 +58,6 @@ var listedElements = [
|
| "button",
|
| "fieldset",
|
| "input",
|
| - "keygen",
|
| "object",
|
| "output",
|
| "select",
|
|
|