| Index: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/form-control-infrastructure/form-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/form-control-infrastructure/form-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/form-control-infrastructure/form-expected.txt
|
| index 8fa9dc2c64e352bb1800cba887c916514910e8e8..b0957f5f8645844403a5a1699f427d5e9ca1fb52 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/form-control-infrastructure/form-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/form-control-infrastructure/form-expected.txt
|
| @@ -8,22 +8,16 @@ PASS object.form
|
| PASS output.form
|
| PASS select.form
|
| PASS textarea.form
|
| -FAIL label.form assert_equals: label.form expected null but got Element node <form id="form">
|
| -<p><button id="button">button</button>
|
| -<...
|
| -FAIL label-form.form assert_equals: label.form expected null but got Element node <form id="form">
|
| -<p><button id="button">button</button>
|
| -<...
|
| -FAIL label-form-form2.form assert_equals: label.form expected null but got Element node <form id="form2"></form>
|
| +PASS label.form
|
| +PASS label-form.form
|
| +PASS label-form-form2.form
|
| PASS label-with-control.form
|
| PASS label-for.form
|
| FAIL label-with-progress.form assert_equals: Sanity check: label.control.form expected (object) null but got (undefined) undefined
|
| FAIL label-with-meter.form assert_equals: Sanity check: label.control.form expected (object) null but got (undefined) undefined
|
| -FAIL label-for-control-form-in-form.form assert_equals: label.form expected Element node <form id="form2"></form> but got Element node <form id="form">
|
| -<p><button id="button">button</button>
|
| -<...
|
| -FAIL label-for-control-form.form assert_equals: label.form expected Element node <form id="form2"></form> but got null
|
| -FAIL label-in-table.form assert_equals: label.form expected null but got Element node <form id="form3"></form>
|
| +PASS label-for-control-form-in-form.form
|
| +PASS label-for-control-form.form
|
| +PASS label-in-table.form
|
| PASS label-in-table-with-control.form
|
| PASS label-in-table-for.form
|
| Harness: the test ran to completion.
|
|
|