| Index: third_party/WebKit/LayoutTests/fast/forms/label/labels-add-htmlFor-label-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/label/labels-add-htmlFor-label-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/label/labels-add-htmlFor-label-expected.txt
|
| index 0ed3185f9f0f087701fd48a2a2a9503e759b7120..e546a08be47cd46aecf3d2f88c2d48e998db77cc 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/label/labels-add-htmlFor-label-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/forms/label/labels-add-htmlFor-label-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 adding a label whose htmlFor points 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
|
|
|