| Index: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-label-element/label-attributes-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-label-element/label-attributes-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-label-element/label-attributes-expected.txt
|
| index d9f6ee1ecc733b5d0ac8963291917da60079671b..a374523806567b4a3ce436e7f2cd56e3771b3731 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-label-element/label-attributes-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-label-element/label-attributes-expected.txt
|
| @@ -9,10 +9,8 @@ PASS A form control has multiple labels.
|
| PASS A form control has an implicit label.
|
| PASS A form control has no label 1.
|
| PASS A form control has no label 2.
|
| -FAIL A label in a form without a control assert_equals: The 'form' property for a label should return null if label.control is null. expected null but got Element node <form id="fm" style="display:none">
|
| - <label id="lbl0" fo...
|
| -FAIL A label outside a form with a control inside the form assert_equals: The 'form' property for a label should return label.control.form. expected Element node <form id="fm" style="display:none">
|
| - <label id="lbl0" fo... but got null
|
| +PASS A label in a form without a control
|
| +PASS A label outside a form with a control inside the form
|
| PASS A label's htmlFor attribute must reflect the for content attribute
|
| Harness: the test ran to completion.
|
|
|
|
|