Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / label / label-contains-other-interactive-content-expected.txt
blobfab65c748d395af7d9a253e1a6088090aff79bd2
1 button
2 PASS document.activeElement.id is not "control"
3 details
4 PASS document.activeElement.id is not "control"
5 embed
6 PASS document.activeElement.id is not "control"
7 iframe
8 PASS document.activeElement.id is not "control"
9 keygen
10 PASS document.activeElement.id is not "control"
11 label
12 PASS document.activeElement.id is not "control"
13 select
14 PASS document.activeElement.id is not "control"
15 textarea
16 PASS document.activeElement.id is not "control"
19 PASS document.activeElement.id is "control"
20 a[href]
21 PASS document.activeElement.id is not "control"
22 audio[controls]
23 PASS document.activeElement.id is not "control"
24 video
25 PASS document.activeElement.id is "control"
26 video[controls]
27 PASS document.activeElement.id is not "control"
28 img
29 PASS document.activeElement.id is "control"
30 img[usemap]
31 PASS document.activeElement.id is not "control"
32 object
33 FAIL document.activeElement.id should be control. Was object.
34 object[usemap]
35 PASS document.activeElement.id is not "control"
36 input
37 PASS document.activeElement.id is not "control"
38 PASS successfullyParsed is true
40 TEST COMPLETE