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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/form-collection-elements-expected.txt

Issue 1746293002: Adding Deprecation Message for <keygen> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2623
Patch Set: Undoing change. Created 4 years, 9 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 This test lists all the elements of a form per http://www.whatwg.org/specs/web-a pps/current-work/multipage/forms.html#category-listed. 2 This test lists all the elements of a form per http://www.whatwg.org/specs/web-a pps/current-work/multipage/forms.html#category-listed.
2 3
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 5
5 6
6 This test does not add object element as a listed element. Separate test will co ver that. 7 This test does not add object element as a listed element. Separate test will co ver that.
7 PASS owner.elements.length is 23 8 PASS owner.elements.length is 23
8 PASS owner.elements[0].id is 'button1' 9 PASS owner.elements[0].id is 'button1'
9 PASS owner.elements[1].id is 'fieldset1' 10 PASS owner.elements[1].id is 'fieldset1'
10 PASS owner.elements[2].id is 'inputhidden' 11 PASS owner.elements[2].id is 'inputhidden'
(...skipping 15 matching lines...) Expand all
26 PASS owner.elements[18].id is 'keygen1' 27 PASS owner.elements[18].id is 'keygen1'
27 PASS owner.elements[19].id is 'object1' 28 PASS owner.elements[19].id is 'object1'
28 PASS owner.elements[20].id is 'output1' 29 PASS owner.elements[20].id is 'output1'
29 PASS owner.elements[21].id is 'select1' 30 PASS owner.elements[21].id is 'select1'
30 PASS owner.elements[22].id is 'textarea1' 31 PASS owner.elements[22].id is 'textarea1'
31 PASS successfullyParsed is true 32 PASS successfullyParsed is true
32 33
33 TEST COMPLETE 34 TEST COMPLETE
34 35
35 36
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698