OLD | NEW |
1 This test ensures that iframe inside shadow isn't visible from the host document
. | 1 This test ensures that iframe inside shadow isn't visible from the host document
. |
2 | 2 |
3 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
". |
4 | 4 |
5 | 5 |
6 PASS window.length is 4 | 6 PASS window.length is 4 |
7 PASS i0byname.length is 1 | 7 PASS i0byname.length is 1 |
8 PASS i0 is i0byname[0].contentWindow | 8 PASS i0 is i0byname[0].contentWindow |
9 PASS i1.length is 2 | 9 PASS i1.length is 2 |
10 PASS window.length is 4 | 10 PASS window.length is 4 |
11 PASS i2byname.length is 1 | 11 PASS i2byname.length is 1 |
12 PASS i2byname[0].contentWindow is i2 | 12 PASS i2byname[0].contentWindow is i2 |
13 PASS i3byname.length is 0 | 13 PASS i3byname.length is 0 |
14 PASS i3 is undefined | 14 PASS i3 is undefined |
15 PASS window.length is 3 | 15 PASS window.length is 3 |
16 PASS document['i0'] is undefined | 16 PASS document['i0'] is undefined |
17 PASS window.length is 4 | 17 PASS window.length is 4 |
18 PASS document['i3'] is i3InShadow.contentWindow | 18 PASS document['i3'] is i3InShadow.contentWindow |
19 PASS successfullyParsed is true | 19 PASS successfullyParsed is true |
20 | 20 |
21 TEST COMPLETE | 21 TEST COMPLETE |
22 | 22 |
23 | 23 |
OLD | NEW |