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