OLD | NEW |
1 ALERT: PASS: Exception thrown successfully. | 1 ALERT: PASS: Exception thrown successfully. |
2 The scenario for this test is that you have an iframe with content from a foreig
n domain. In that foreign content is an iframe which loads a data: URL. This tes
ts that the data: URL loaded iframe does not have access to the main frame using
top.document. | 2 The scenario for this test is that you have an iframe with content from a foreig
n domain. In that foreign content is an iframe which loads a data: URL. This tes
ts that the data: URL loaded iframe does not have access to the main frame using
top.document. |
3 | 3 |
4 Pass: Cross frame access from a data: URL on a different domain was denied. | 4 Pass: Cross frame access from a data: URL on a different domain was denied. |
5 | 5 |
6 | 6 |
7 | 7 |
8 -------- | 8 -------- |
9 Frame: 'aFrame' | 9 Frame: 'aFrame' |
10 -------- | 10 -------- |
11 Inner iframe on a foreign domain. | 11 Inner iframe on a foreign domain. |
12 | 12 |
13 | 13 |
14 | 14 |
15 -------- | 15 -------- |
16 Frame: 'aFrame' | 16 Frame: '<!--framePath //aFrame/<!--frame0-->-->' |
17 -------- | 17 -------- |
18 Inner-inner iframe. This iframe (which is data: URL and whose parent is on a for
eign domain) is the frame attempting to access the main frame. It should not hav
e access to it. | 18 Inner-inner iframe. This iframe (which is data: URL and whose parent is on a for
eign domain) is the frame attempting to access the main frame. It should not hav
e access to it. |
OLD | NEW |