OLD | NEW |
| (Empty) |
1 CONSOLE MESSAGE: Blocked a frame with origin "http://127.0.0.1:8000" from access
ing a frame with origin "http://localhost:8000". Protocols, domains, and ports m
ust match. | |
2 CONSOLE MESSAGE: Blocked a frame with origin "http://127.0.0.1:8000" from access
ing a frame with origin "http://localhost:8000". Protocols, domains, and ports m
ust match. | |
3 CONSOLE MESSAGE: Blocked a frame with origin "http://127.0.0.1:8000" from access
ing a frame with origin "http://localhost:8000". Protocols, domains, and ports m
ust match. | |
4 CONSOLE MESSAGE: Blocked a frame with origin "http://127.0.0.1:8000" from access
ing a frame with origin "http://localhost:8000". Protocols, domains, and ports m
ust match. | |
5 CONSOLE MESSAGE: Blocked a frame with origin "http://127.0.0.1:8000" from access
ing a frame with origin "http://localhost:8000". Protocols, domains, and ports m
ust match. | |
6 CONSOLE MESSAGE: Blocked a frame with origin "http://127.0.0.1:8000" from access
ing a frame with origin "http://localhost:8000". Protocols, domains, and ports m
ust match. | |
7 CONSOLE MESSAGE: Blocked a frame with origin "http://127.0.0.1:8000" from access
ing a frame with origin "http://localhost:8000". Protocols, domains, and ports m
ust match. | |
8 | |
9 | |
10 ----- tests for getting window.history and its properties ----- | |
11 | |
12 PASS: canGet('targetWindow.history.length') should be 'false' and is. | |
13 PASS: canGet('targetWindow.history.back') should be 'true' and is. | |
14 PASS: canGet('targetWindow.history.forward') should be 'true' and is. | |
15 PASS: canGet('targetWindow.history.go') should be 'true' and is. | |
16 PASS: canGet('targetWindow.history.toString') should be 'true' and is. | |
17 PASS: toString('targetWindow.history') should be '[object History]' and is. | |
18 PASS: canGet('targetWindow.__proto__') should be 'false' and is. | |
19 PASS: canGet('targetWindow.constructor') should be 'false' and is. | |
20 PASS: canGet('targetWindow.history.existingCustomProperty') should be 'false' an
d is. | |
21 PASS: canGet('targetWindow.history.__proto__.prototypeCustomProperty') should be
'false' and is. | |
22 PASS: canCall('targetWindow.history.existingCustomFunction') should be 'false' a
nd is. | |
23 PASS: canCall('targetWindow.history.prototypeCustomFunction') should be 'false'
and is. | |
24 | |
OLD | NEW |