| Index: third_party/WebKit/LayoutTests/external/wpt/html/semantics/forms/form-control-infrastructure/form.html
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/html/semantics/forms/form-control-infrastructure/form.html b/third_party/WebKit/LayoutTests/external/wpt/html/semantics/forms/form-control-infrastructure/form.html
|
| index 064fcbd797166850bffbc92b9f9fb4b32324ae5b..518de358637133ab4054b7228d8cab8c55fda417 100644
|
| --- a/third_party/WebKit/LayoutTests/external/wpt/html/semantics/forms/form-control-infrastructure/form.html
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/html/semantics/forms/form-control-infrastructure/form.html
|
| @@ -20,8 +20,6 @@
|
| <p><label id="label-form-form2" form="form2">label-form-form2</label>
|
| <p><label id="label-with-control">label-with-control <input></label>
|
| <p><label id="label-for" for="control-for-label">label-for</label> <input id="control-for-label">
|
| -<p><label id="label-with-progress">label-with-progress <progress></progress></label>
|
| -<p><label id="label-with-meter">label-with-meter <meter></meter></label>
|
| <p>
|
| <input id="input-with-form-attr-in-form" form="form2">
|
| <label id="label-for-control-form-in-form" for="input-with-form-attr-in-form">label-for-control-form-in-form</label>
|
| @@ -85,8 +83,6 @@ testLabel("label-form", null);
|
| testLabel("label-form-form2", null);
|
| testLabel("label-with-control", form);
|
| testLabel("label-for", form);
|
| -testLabel("label-with-progress", null);
|
| -testLabel("label-with-meter", null);
|
| testLabel("label-for-control-form-in-form", form2);
|
| testLabel("label-for-control-form", form2);
|
| testLabel("label-in-table", null);
|
|
|