| OLD | NEW |
| 1 This test checks if frameElement is accessible from the same or cross origin ifr
ame. | 1 This test checks if frameElement is accessible from the same or cross origin ifr
ame. |
| 2 | 2 |
| 3 | 3 |
| 4 | 4 |
| 5 -------- | 5 -------- |
| 6 Frame: '<!--framePath //<!--frame0-->-->' | 6 Frame: '<!--framePath //<!--frame0-->-->' |
| 7 -------- | 7 -------- |
| 8 [object HTMLIFrameElement] | 8 [object HTMLIFrameElement] |
| 9 | 9 |
| 10 -------- | 10 -------- |
| 11 Frame: '<!--framePath //<!--frame1-->-->' | 11 Frame: '<!--framePath //<!--frame1-->-->' |
| 12 -------- | 12 -------- |
| 13 'window.frameElement' access threw: 'SecurityError: Blocked a frame with origin
"http://127.0.0.1:8080" from accessing a cross-origin frame.'. | 13 'window.frameElement' access threw: 'SecurityError: Failed to read the 'frame' p
roperty from 'Window': Blocked a frame with origin "http://127.0.0.1:8080" from
accessing a cross-origin frame.'. |
| OLD | NEW |