Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1114)

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/form-control-infrastructure/form-expected.txt

Issue 2000423006: Drop LABEL element from form-associated elements. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 CONSOLE WARNING: The <keygen> element is deprecated and will be removed in M54, around October 2016. See https://www.chromestatus.com/features/5716060992962560 for more details. 1 CONSOLE WARNING: The <keygen> element is deprecated and will be removed in M54, around October 2016. See https://www.chromestatus.com/features/5716060992962560 for more details.
2 This is a testharness.js-based test. 2 This is a testharness.js-based test.
3 PASS button.form 3 PASS button.form
4 PASS fieldset.form 4 PASS fieldset.form
5 PASS input.form 5 PASS input.form
6 PASS keygen.form 6 PASS keygen.form
7 PASS object.form 7 PASS object.form
8 PASS output.form 8 PASS output.form
9 PASS select.form 9 PASS select.form
10 PASS textarea.form 10 PASS textarea.form
11 FAIL label.form assert_equals: label.form expected null but got Element node <fo rm id="form"> 11 PASS label.form
12 <p><button id="button">button</button> 12 PASS label-form.form
13 <... 13 PASS label-form-form2.form
14 FAIL label-form.form assert_equals: label.form expected null but got Element nod e <form id="form">
15 <p><button id="button">button</button>
16 <...
17 FAIL label-form-form2.form assert_equals: label.form expected null but got Eleme nt node <form id="form2"></form>
18 PASS label-with-control.form 14 PASS label-with-control.form
19 PASS label-for.form 15 PASS label-for.form
20 FAIL label-with-progress.form assert_equals: Sanity check: label.control.form ex pected (object) null but got (undefined) undefined 16 FAIL label-with-progress.form assert_equals: Sanity check: label.control.form ex pected (object) null but got (undefined) undefined
21 FAIL label-with-meter.form assert_equals: Sanity check: label.control.form expec ted (object) null but got (undefined) undefined 17 FAIL label-with-meter.form assert_equals: Sanity check: label.control.form expec ted (object) null but got (undefined) undefined
22 FAIL label-for-control-form-in-form.form assert_equals: label.form expected Elem ent node <form id="form2"></form> but got Element node <form id="form"> 18 PASS label-for-control-form-in-form.form
23 <p><button id="button">button</button> 19 PASS label-for-control-form.form
24 <... 20 PASS label-in-table.form
25 FAIL label-for-control-form.form assert_equals: label.form expected Element node <form id="form2"></form> but got null
26 FAIL label-in-table.form assert_equals: label.form expected null but got Element node <form id="form3"></form>
27 PASS label-in-table-with-control.form 21 PASS label-in-table-with-control.form
28 PASS label-in-table-for.form 22 PASS label-in-table-for.form
29 Harness: the test ran to completion. 23 Harness: the test ran to completion.
30 24
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698