| Index: third_party/WebKit/LayoutTests/fast/forms/label/labels-remove-htmlFor-attribute-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/label/labels-remove-htmlFor-attribute-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/label/labels-remove-htmlFor-attribute-expected.txt
|
| index ba0542f06f798bd7276ba330465b819fb9e3f293..928db5d1e76b5902acb8e1917a8e3a4c36627d1c 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/label/labels-remove-htmlFor-attribute-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/forms/label/labels-remove-htmlFor-attribute-expected.txt
|
| @@ -1,4 +1,3 @@
|
| -CONSOLE WARNING: line 28: The <keygen> element is deprecated and will be removed in M57, around March 2017. See https://www.chromestatus.com/features/5716060992962560 for more details.
|
| Test that the labels list of a form control is dynamically updated when the htmlFor attribute of a label is removed.
|
|
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| @@ -10,9 +9,6 @@ PASS element.labels.length is 0
|
| Check input
|
| PASS element.labels.length is 1
|
| PASS element.labels.length is 0
|
| -Check keygen
|
| -PASS element.labels.length is 1
|
| -PASS element.labels.length is 0
|
| Check meter
|
| PASS element.labels.length is 1
|
| PASS element.labels.length is 0
|
|
|