OLD | NEW |
1 | 1 |
2 PASS: targetWindow.dispatchEvent(new CustomEvent("click")); should have thrown a
n exception, and did: SecurityError: Blocked a frame with origin "http://127.0.0
.1:8000" from accessing a cross-origin frame. | 2 PASS: targetWindow.dispatchEvent(new CustomEvent("click")); should have thrown a
n exception, and did: SecurityError: Blocked a frame with origin "http://127.0.0
.1:8000" from accessing a cross-origin frame. |
3 PASS: window.dispatchEvent.call(targetWindow, new CustomEvent("click")); should
have thrown an exception, and did: SecurityError: Failed to execute 'dispatchEve
nt' on 'EventTarget': Blocked a frame with origin "http://127.0.0.1:8000" from a
ccessing a cross-origin frame. | 3 PASS: window.dispatchEvent.call(targetWindow, new CustomEvent("click")); should
have thrown an exception, and did: SecurityError: Failed to execute 'dispatchEve
nt' on 'EventTarget': Blocked a frame with origin "http://127.0.0.1:8000" from a
ccessing a cross-origin frame. |
4 | 4 |
5 | 5 |
6 -------- | 6 -------- |
7 Frame: '<!--framePath //<!--frame0-->-->' | 7 Frame: '<!--framePath //<!--frame0-->-->' |
8 -------- | 8 -------- |
9 | 9 |
OLD | NEW |