| 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_throws:
function "() => Object.defineProperty(window, 0, { value: "bar" })" did not thro
w | 3 FAIL Indexed properties of the window object (non-strict mode) 1 assert_equals:
expected false but got true |
| 4 FAIL Indexed properties of the window object (non-strict mode) 2 assert_throws:
function "() => Object.defineProperty(window, 1, { value: "bar" })" did not thro
w | 4 PASS Indexed properties of the window object (non-strict mode) 2 |
| 5 PASS Indexed properties of the window object (non-strict mode) 3 | 5 PASS Indexed properties of the window object (non-strict mode) 3 |
| 6 Harness: the test ran to completion. | 6 Harness: the test ran to completion. |
| 7 | 7 |
| OLD | NEW |