OLD | NEW |
| (Empty) |
1 PASS window.hasOwnProperty("Element") is true | |
2 PASS window.hasOwnProperty("x") is true | |
3 FAIL window.hasOwnProperty("y") should be false. Was true. | |
4 PASS window.hasOwnProperty("f") is true | |
5 PASS window.hasOwnProperty("div") is true | |
6 FAIL window.hasOwnProperty("a") should be true. Was false. | |
7 PASS Element is not undefined | |
8 PASS x is 1 | |
9 FAIL y should be undefined. Was 2 | |
10 FAIL f should be undefined. Was [object Window] | |
11 FAIL div should be undefined. Was [object HTMLDivElement] | |
12 PASS a is undefined. | |
13 PASS successfullyParsed is true | |
14 | |
15 TEST COMPLETE | |
16 | |
OLD | NEW |