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

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

Issue 2266283002: Updating deprecation message for <keygen>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 3 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: line 16: The <keygen> element is deprecated and will be removed in M54, around October 2016. See https://www.chromestatus.com/features/57160609 92962560 for more details. 1 CONSOLE WARNING: line 16: The <keygen> element is deprecated and will be removed in M56, around January 2017. See https://www.chromestatus.com/features/57160609 92962560 for more details.
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 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.
3 3
4 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 ".
5 5
6 6
7 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.
8 PASS owner.elements.length is 23 8 PASS owner.elements.length is 23
9 PASS owner.elements[0].id is 'button1' 9 PASS owner.elements[0].id is 'button1'
10 PASS owner.elements[1].id is 'fieldset1' 10 PASS owner.elements[1].id is 'fieldset1'
11 PASS owner.elements[2].id is 'inputhidden' 11 PASS owner.elements[2].id is 'inputhidden'
(...skipping 15 matching lines...) Expand all
27 PASS owner.elements[18].id is 'keygen1' 27 PASS owner.elements[18].id is 'keygen1'
28 PASS owner.elements[19].id is 'object1' 28 PASS owner.elements[19].id is 'object1'
29 PASS owner.elements[20].id is 'output1' 29 PASS owner.elements[20].id is 'output1'
30 PASS owner.elements[21].id is 'select1' 30 PASS owner.elements[21].id is 'select1'
31 PASS owner.elements[22].id is 'textarea1' 31 PASS owner.elements[22].id is 'textarea1'
32 PASS successfullyParsed is true 32 PASS successfullyParsed is true
33 33
34 TEST COMPLETE 34 TEST COMPLETE
35 35
36 36
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698