| Index: third_party/WebKit/LayoutTests/fast/forms/label/labels-set-htmlFor-attribute-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/label/labels-set-htmlFor-attribute-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/label/labels-set-htmlFor-attribute-expected.txt
|
| index f680a1b0c68ea3da10db932a1cab72161f02474e..deaaceb34f1fc189f4e265d1fdb0d0f9563eecd6 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/label/labels-set-htmlFor-attribute-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/forms/label/labels-set-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 changes to point to that control.
|
|
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| @@ -10,9 +9,6 @@ PASS element.labels.length is 1
|
| Check input
|
| PASS element.labels.length is 0
|
| PASS element.labels.length is 1
|
| -Check keygen
|
| -PASS element.labels.length is 0
|
| -PASS element.labels.length is 1
|
| Check meter
|
| PASS element.labels.length is 0
|
| PASS element.labels.length is 1
|
|
|