Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / HTMLDocument / active-element-frames-expected.txt
blob16b080414ce3800af39e8b8035d2e5d1f661e3fd
1 When the contents of an iframe have focus, the activeElement in the parent document should be the iframe element.
3   
4 Focusing top/input-0
5 PASS: top document.activeElement is top/input-0
6 PASS: top/iframe-1 document.activeElement is top/iframe-1/body-1
7 PASS: top/iframe-2 document.activeElement is top/iframe-2/body-2
8 PASS: top/iframe-1/iframe-3 document.activeElement is top/iframe-1/iframe-3/body-3
9 PASS: top/iframe-2/iframe-4 document.activeElement is top/iframe-2/iframe-4/body-4
11 Focusing top/iframe-1/input-1
12 PASS: top document.activeElement is top/iframe-1
13 PASS: top/iframe-1 document.activeElement is top/iframe-1/input-1
14 PASS: top/iframe-2 document.activeElement is top/iframe-2/body-2
15 PASS: top/iframe-1/iframe-3 document.activeElement is top/iframe-1/iframe-3/body-3
16 PASS: top/iframe-2/iframe-4 document.activeElement is top/iframe-2/iframe-4/body-4
18 Focusing top/iframe-2/input-2
19 PASS: top document.activeElement is top/iframe-2
20 PASS: top/iframe-1 document.activeElement is top/iframe-1/body-1
21 PASS: top/iframe-2 document.activeElement is top/iframe-2/input-2
22 PASS: top/iframe-1/iframe-3 document.activeElement is top/iframe-1/iframe-3/body-3
23 PASS: top/iframe-2/iframe-4 document.activeElement is top/iframe-2/iframe-4/body-4
25 Focusing top/iframe-1/iframe-3/input-3
26 PASS: top document.activeElement is top/iframe-1
27 PASS: top/iframe-1 document.activeElement is top/iframe-1/iframe-3
28 PASS: top/iframe-2 document.activeElement is top/iframe-2/body-2
29 PASS: top/iframe-1/iframe-3 document.activeElement is top/iframe-1/iframe-3/input-3
30 PASS: top/iframe-2/iframe-4 document.activeElement is top/iframe-2/iframe-4/body-4
32 Focusing top/iframe-2/iframe-4/input-4
33 PASS: top document.activeElement is top/iframe-2
34 PASS: top/iframe-1 document.activeElement is top/iframe-1/body-1
35 PASS: top/iframe-2 document.activeElement is top/iframe-2/iframe-4
36 PASS: top/iframe-1/iframe-3 document.activeElement is top/iframe-1/iframe-3/body-3
37 PASS: top/iframe-2/iframe-4 document.activeElement is top/iframe-2/iframe-4/input-4