OLD | NEW |
1 Tests that the <iframe sandbox> attribute influences whether notification permis
sions will be inherit by an iframe. | 1 Tests that the <iframe sandbox> attribute influences whether notification permis
sions will be inherit by an iframe. |
2 | 2 |
3 Normal iframe. Should inherit permissions. | 3 Normal iframe. Should inherit permissions. |
4 | 4 |
5 | 5 |
6 Sandboxed iframe with allow-same-origin. Should inherit permissions. | 6 Sandboxed iframe with allow-same-origin. Should inherit permissions. |
7 | 7 |
8 | 8 |
9 Sandboxed iframe without allow-same-origin. Should not inherit permissions. | 9 Sandboxed iframe without allow-same-origin. Should not inherit permissions. |
10 | 10 |
11 | 11 |
12 | 12 |
13 -------- | 13 -------- |
14 Frame: '<!--framePath //<!--frame0-->-->' | 14 Frame: '<!--framePath //<!--frame0-->-->' |
15 -------- | 15 -------- |
16 granted | 16 granted |
17 | 17 |
18 -------- | 18 -------- |
19 Frame: '<!--framePath //<!--frame1-->-->' | 19 Frame: '<!--framePath //<!--frame1-->-->' |
20 -------- | 20 -------- |
21 granted | 21 granted |
22 | 22 |
23 -------- | 23 -------- |
24 Frame: '<!--framePath //<!--frame2-->-->' | 24 Frame: '<!--framePath //<!--frame2-->-->' |
25 -------- | 25 -------- |
26 default | 26 denied |
OLD | NEW |