| OLD | NEW |
| (Empty) |
| 1 This is a testharness.js-based test. | |
| 2 PASS Passing nothing to Headers constructor | |
| 3 PASS Passing undefined to Headers constructor | |
| 4 PASS Passing null to Headers constructor | |
| 5 FAIL Basic operation with one property assert_equals: expected 4 but got 3 | |
| 6 FAIL Basic operation with one property and a proto assert_equals: expected 4 but
got 3 | |
| 7 FAIL Correct operation ordering with two properties assert_equals: expected 6 bu
t got 5 | |
| 8 FAIL Correct operation ordering with two properties one of which has an invalid
name assert_equals: expected 5 but got 4 | |
| 9 FAIL Correct operation ordering with two properties one of which has an invalid
value assert_equals: expected 4 but got 3 | |
| 10 FAIL Correct operation ordering with non-enumerable properties assert_equals: ex
pected 6 but got 5 | |
| 11 FAIL Correct operation ordering with undefined descriptors assert_equals: expect
ed 6 but got 5 | |
| 12 FAIL Correct operation ordering with repeated keys assert_equals: expected 9 but
got 8 | |
| 13 Harness: the test ran to completion. | |
| 14 | |
| OLD | NEW |