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

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

Issue 2536993002: Remove support for the keygen tag (Closed)
Patch Set: Rebased Created 3 years, 12 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 M57, around March 2017. See https://www.chromestatus.com/features/5716060992962560 fo r more details.
2 This is a testharness.js-based test. 1 This is a testharness.js-based test.
3 PASS button.form 2 PASS button.form
4 PASS fieldset.form 3 PASS fieldset.form
5 PASS input.form 4 PASS input.form
6 PASS keygen.form 5 FAIL keygen.form assert_equals: expected (object) Element node <form id="form">
6 <p><button id="button">button</button>
7 <... but got (undefined) undefined
7 PASS object.form 8 PASS object.form
8 PASS output.form 9 PASS output.form
9 PASS select.form 10 PASS select.form
10 PASS textarea.form 11 PASS textarea.form
11 PASS label.form 12 PASS label.form
12 PASS label-form.form 13 PASS label-form.form
13 PASS label-form-form2.form 14 PASS label-form-form2.form
14 PASS label-with-control.form 15 PASS label-with-control.form
15 PASS label-for.form 16 PASS label-for.form
16 FAIL label-with-progress.form assert_equals: Sanity check: label.control.form ex pected (object) null but got (undefined) undefined 17 FAIL label-with-progress.form assert_equals: Sanity check: label.control.form ex pected (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 18 FAIL label-with-meter.form assert_equals: Sanity check: label.control.form expec ted (object) null but got (undefined) undefined
18 PASS label-for-control-form-in-form.form 19 PASS label-for-control-form-in-form.form
19 PASS label-for-control-form.form 20 PASS label-for-control-form.form
20 PASS label-in-table.form 21 PASS label-in-table.form
21 PASS label-in-table-with-control.form 22 PASS label-in-table-with-control.form
22 PASS label-in-table-for.form 23 PASS label-in-table-for.form
23 Harness: the test ran to completion. 24 Harness: the test ran to completion.
24 25
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698