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

Side by Side Diff: LayoutTests/fast/forms/form-associated-element-expected.txt

Issue 106423005: Only 'form associated' elements have a potential form owner. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Use 'error' instead of 'click' events when testing form ownership Created 7 years 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
(Empty)
1 Verify that only elements that are 'form associatable' get a form owner.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
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"
55 PASS successfullyParsed is true
56
57 TEST COMPLETE
58
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/form-associated-element.html ('k') | Source/core/editing/FrameSelection.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698