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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/form-associated-element-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 Verify that only elements that are 'form associatable' get a form owner. 1 Verify that only elements that are 'form associatable' get a form owner.
3 2
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 4
6 5
7 PASS elements.length > 0 is true 6 PASS elements.length > 0 is true
8 Testing LABEL 7 Testing LABEL
9 PASS formOwner is "not defined" 8 PASS formOwner is "not defined"
10 Testing INPUT 9 Testing INPUT
11 PASS formOwner is "not defined" 10 PASS formOwner is "not defined"
12 Testing BUTTON 11 Testing BUTTON
13 PASS formOwner is "defined" 12 PASS formOwner is "defined"
14 Testing FIELDSET 13 Testing FIELDSET
15 PASS formOwner is "defined" 14 PASS formOwner is "defined"
16 Testing INPUT 15 Testing INPUT
17 PASS formOwner is "defined" 16 PASS formOwner is "defined"
18 Testing INPUT 17 Testing INPUT
19 PASS formOwner is "defined" 18 PASS formOwner is "defined"
20 Testing KEYGEN
21 PASS formOwner is "defined"
22 Testing LABEL 19 Testing LABEL
23 PASS formOwner is "not defined" 20 PASS formOwner is "not defined"
24 Testing INPUT 21 Testing INPUT
25 PASS formOwner is "not defined" 22 PASS formOwner is "not defined"
26 Testing OBJECT 23 Testing OBJECT
27 PASS formOwner is "defined" 24 PASS formOwner is "defined"
28 Testing SELECT 25 Testing SELECT
29 PASS formOwner is "defined" 26 PASS formOwner is "defined"
30 Testing TEXTAREA 27 Testing TEXTAREA
31 PASS formOwner is "defined" 28 PASS formOwner is "defined"
32 Testing IMG 29 Testing IMG
33 PASS formOwner is "defined" 30 PASS formOwner is "defined"
34 Testing OPTION 31 Testing OPTION
35 PASS formOwner is "not defined" 32 PASS formOwner is "not defined"
36 Testing DIV 33 Testing DIV
37 PASS formOwner is "not defined" 34 PASS formOwner is "not defined"
38 Testing A 35 Testing A
39 PASS formOwner is "not defined" 36 PASS formOwner is "not defined"
40 Testing P 37 Testing P
41 PASS formOwner is "not defined" 38 PASS formOwner is "not defined"
42 Testing INPUT 39 Testing INPUT
43 PASS formOwner is "defined" 40 PASS formOwner is "defined"
44 Testing KEYGEN
45 PASS formOwner is "defined"
46 Testing OBJECT 41 Testing OBJECT
47 PASS formOwner is "defined" 42 PASS formOwner is "defined"
48 Testing SELECT 43 Testing SELECT
49 PASS formOwner is "defined" 44 PASS formOwner is "defined"
50 Testing PRE 45 Testing PRE
51 PASS formOwner is "not defined" 46 PASS formOwner is "not defined"
52 Testing SPAN 47 Testing SPAN
53 PASS formOwner is "not defined" 48 PASS formOwner is "not defined"
54 Testing IMG 49 Testing IMG
55 PASS formOwner is "not defined" 50 PASS formOwner is "not defined"
56 51
57 Tests for association-by-parser: 52 Tests for association-by-parser:
58 PASS form2['input1'] is defined. 53 PASS form2['input1'] is defined.
59 PASS form2['image1'] is defined. 54 PASS form2['image1'] is defined.
60 PASS form2['input-in-document'] is defined. 55 PASS form2['input-in-document'] is defined.
61 PASS form2['image-in-document'] is defined. 56 PASS form2['image-in-document'] is defined.
62 Detach a form, input1 and image1 from the document 57 Detach a form, input1 and image1 from the document
63 PASS form2['input1'] is defined. 58 PASS form2['input1'] is defined.
64 PASS form2['image1'] is defined. 59 PASS form2['image1'] is defined.
65 PASS form2['input-in-document'] is undefined. 60 PASS form2['input-in-document'] is undefined.
66 PASS form2['image-in-document'] is undefined. 61 PASS form2['image-in-document'] is undefined.
67 Association-by-parser should not work for non-Document trees 62 Association-by-parser should not work for non-Document trees
68 PASS removed.querySelector('form')['image4'] is undefined. 63 PASS removed.querySelector('form')['image4'] is undefined.
69 PASS removed.querySelector('input').form is null 64 PASS removed.querySelector('input').form is null
70 PASS removed.querySelector('object').form is null 65 PASS removed.querySelector('object').form is null
71 PASS successfullyParsed is true 66 PASS successfullyParsed is true
72 67
73 TEST COMPLETE 68 TEST COMPLETE
74 69
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698