| OLD | NEW |
| 1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 PASS Static name | 2 PASS Static name |
| 3 PASS Static name on the prototype | 3 PASS Static name on the prototype |
| 4 FAIL constructor assert_false: gsp.hasOwnProperty("constructor") expected false
got true | 4 FAIL constructor assert_false: gsp.hasOwnProperty("constructor") expected false
got true |
| 5 FAIL duplicate property names assert_equals: expected 1 but got 0 | 5 FAIL duplicate property names assert_equals: expected 1 but got 0 |
| 6 FAIL Dynamic name assert_true: foo not in window expected true got false | 6 PASS Dynamic name |
| 7 PASS Ghost name | 7 PASS Ghost name |
| 8 Harness: the test ran to completion. | 8 Harness: the test ran to completion. |
| 9 | 9 |
| OLD | NEW |