OLD | NEW |
1 CONSOLE MESSAGE: Blocked a frame with origin "null" from accessing a frame with
origin "http://127.0.0.1:8000". The frame requesting access has a protocol of "
data", the frame being accessed has a protocol of "http". Protocols must match. | 1 ALERT: PASS: Access to parent[0].a threw exception. |
2 | 2 ALERT: PASS: Access to parent[0].f() threw exception. |
3 CONSOLE MESSAGE: line 1: Uncaught TypeError: Cannot read property 'a' of undefin
ed | |
4 CONSOLE MESSAGE: Blocked a frame with origin "null" from accessing a frame with
origin "http://127.0.0.1:8000". The frame requesting access has a protocol of "
data", the frame being accessed has a protocol of "http". Protocols must match. | |
5 | |
6 CONSOLE MESSAGE: line 1: Uncaught TypeError: Cannot call method 'f' of undefined | |
7 | 3 |
8 This test passes if the access is forbidden. | 4 This test passes if the access is forbidden. |
OLD | NEW |