1 Certain window properties are readable cross-origin, but ought not be writable.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS iWindow.focus = function () {}; threw exception SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame..
7 PASS iWindow.blur = function () {}; threw exception SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame..
8 PASS iWindow.close = function () {}; threw exception SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame..
9 PASS iWindow.postMessage = function () {}; threw exception SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame..
10 PASS iWindow.toString = function () {}; threw exception SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame..
11 PASS iWindow.clientInformation = 1; threw exception SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame..
12 PASS iWindow.devicePixelRatio = 1; threw exception SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame..
13 PASS iWindow.event = 1; threw exception SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame..
14 PASS iWindow.frames = 1; threw exception SecurityError: Failed to set the 'frames' property on 'Window': Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame..
15 PASS iWindow.history = 1; threw exception SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame..
16 PASS iWindow.innerHeight = 1; threw exception SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame..
17 PASS iWindow.innerWidth = 1; threw exception SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame..
18 PASS iWindow.length = 1; threw exception SecurityError: Failed to set the 'length' property on 'Window': Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame..
19 PASS iWindow.locationbar = 1; threw exception SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame..
20 PASS iWindow.menubar = 1; threw exception SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame..
21 PASS iWindow.navigator = 1; threw exception SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame..
22 PASS iWindow.offscreenBuffering = 1; threw exception SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame..
23 PASS iWindow.opener = 1; threw exception SecurityError: Failed to set the 'opener' property on 'Window': Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame..
24 PASS iWindow.outerHeight = 1; threw exception SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame..
25 PASS iWindow.outerWidth = 1; threw exception SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame..
26 PASS iWindow.parent = 1; threw exception SecurityError: Failed to set the 'parent' property on 'Window': Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame..
27 PASS iWindow.personalbar = 1; threw exception SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame..
28 PASS iWindow.screen = 1; threw exception SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame..
29 PASS iWindow.screenLeft = 1; threw exception SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame..
30 PASS iWindow.screenTop = 1; threw exception SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame..
31 PASS iWindow.screenX = 1; threw exception SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame..
32 PASS iWindow.screenY = 1; threw exception SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame..
33 PASS iWindow.scrollX = 1; threw exception SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame..
34 PASS iWindow.scrollY = 1; threw exception SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame..
35 PASS iWindow.scrollbars = 1; threw exception SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame..
36 PASS iWindow.self = 1; threw exception SecurityError: Failed to set the 'self' property on 'Window': Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame..
37 PASS iWindow.statusbar = 1; threw exception SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame..
38 PASS iWindow.toolbar = 1; threw exception SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame..
39 PASS successfullyParsed is true