| OLD | NEW |
| 1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 PASS Indexed properties of the window object (non-strict mode) | 2 PASS Indexed properties of the window object (non-strict mode) |
| 3 FAIL Indexed properties of the window object (non-strict mode) 1 assert_equals:
expected (object) object "[object Window]" but got (string) "foo" | 3 FAIL Indexed properties of the window object (non-strict mode) 1 assert_equals:
expected (object) object "[object Window]" but got (string) "foo" |
| 4 FAIL Indexed properties of the window object (non-strict mode) 2 assert_equals:
expected (undefined) undefined but got (string) "foo" | 4 FAIL Indexed properties of the window object (non-strict mode) 2 assert_equals:
expected (undefined) undefined but got (string) "foo" |
| 5 FAIL Indexed properties of the window object (non-strict mode) 3 assert_false: 0
in proto expected false got true | 5 FAIL Indexed properties of the window object (non-strict mode) 3 assert_false: 0
in proto expected false got true |
| 6 Harness: the test ran to completion. | 6 Harness: the test ran to completion. |
| 7 | 7 |
| OLD | NEW |