| OLD | NEW |
| 1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 Found 6 tests. 5 PASS 1 FAIL 0 TIMEOUT 0 NOTRUN |
| 2 PASS Object.getOwnPropertyNames on HTMLCollection | 3 PASS Object.getOwnPropertyNames on HTMLCollection |
| 3 PASS Object.getOwnPropertyNames on HTMLCollection with non-HTML namespace | 4 PASS Object.getOwnPropertyNames on HTMLCollection with non-HTML namespace |
| 4 PASS Object.getOwnPropertyNames on HTMLCollection with expando object | 5 PASS Object.getOwnPropertyNames on HTMLCollection with expando object |
| 5 FAIL Trying to set an expando that would shadow an already-existing named proper
ty assert_false: expected false got true | 6 FAIL Trying to set an expando that would shadow an already-existing named proper
ty assert_false: expected false got true |
| 6 PASS Trying to set an expando that shadows a named property that gets added late
r | 7 PASS Trying to set an expando that shadows a named property that gets added late
r |
| 7 PASS Trying to set a non-configurable expando that shadows a named property that
gets added later | 8 PASS Trying to set a non-configurable expando that shadows a named property that
gets added later |
| 8 Harness: the test ran to completion. | 9 Harness: the test ran to completion. |
| 9 | 10 |
| OLD | NEW |