| 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 9fb5a38e757a8c1582119e7a642175d462d39034..d9f6ee1ecc733b5d0ac8963291917da60079671b 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,8 +9,10 @@ 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.
|
| -PASS A label's form attribute should return its form owner.
|
| -PASS Check that the labels property of a form control with no label returns a zero-length NodeList.
|
| +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's htmlFor attribute must reflect the for content attribute
|
| Harness: the test ran to completion.
|
|
|
|
|