| OLD | NEW |
| (Empty) |
| 1 This is a testharness.js-based test. | |
| 2 PASS Headers interface: existence and properties of interface object | |
| 3 PASS Headers interface object length | |
| 4 PASS Headers interface object name | |
| 5 PASS Headers interface: existence and properties of interface prototype object | |
| 6 PASS Headers interface: existence and properties of interface prototype object's
"constructor" property | |
| 7 PASS Headers interface: operation append(ByteString,ByteString) | |
| 8 PASS Headers interface: operation delete(ByteString) | |
| 9 PASS Headers interface: operation get(ByteString) | |
| 10 PASS Headers interface: operation has(ByteString) | |
| 11 PASS Headers interface: operation set(ByteString,ByteString) | |
| 12 FAIL Testing Symbol.iterator property of iterable interface Headers assert_equal
s: @@iterator function does not have the right name expected "entries" but got "
" | |
| 13 FAIL Testing pair iterable interface Headers assert_equals: entries method is no
t the same as @@iterator expected function "function entries() { [native code] }
" but got function "function () { [native code] }" | |
| 14 PASS Headers interface: operation entries() | |
| 15 PASS Headers interface: operation keys() | |
| 16 PASS Headers interface: operation values() | |
| 17 PASS Headers interface: operation forEach(function,any) | |
| 18 PASS Headers interface: new Headers() must inherit property "append" with the pr
oper type (0) | |
| 19 PASS Headers interface: calling append(ByteString,ByteString) on new Headers() w
ith too few arguments must throw TypeError | |
| 20 PASS Headers interface: new Headers() must inherit property "delete" with the pr
oper type (1) | |
| 21 PASS Headers interface: calling delete(ByteString) on new Headers() with too few
arguments must throw TypeError | |
| 22 PASS Headers interface: new Headers() must inherit property "get" with the prope
r type (2) | |
| 23 PASS Headers interface: calling get(ByteString) on new Headers() with too few ar
guments must throw TypeError | |
| 24 PASS Headers interface: new Headers() must inherit property "has" with the prope
r type (3) | |
| 25 PASS Headers interface: calling has(ByteString) on new Headers() with too few ar
guments must throw TypeError | |
| 26 PASS Headers interface: new Headers() must inherit property "set" with the prope
r type (4) | |
| 27 PASS Headers interface: calling set(ByteString,ByteString) on new Headers() with
too few arguments must throw TypeError | |
| 28 PASS Headers interface: new Headers() must inherit property "entries" with the p
roper type (6) | |
| 29 PASS Headers interface: new Headers() must inherit property "keys" with the prop
er type (7) | |
| 30 PASS Headers interface: new Headers() must inherit property "values" with the pr
oper type (8) | |
| 31 PASS Headers interface: new Headers() must inherit property "forEach" with the p
roper type (9) | |
| 32 PASS Headers interface: calling forEach(function,any) on new Headers() with too
few arguments must throw TypeError | |
| 33 Harness: the test ran to completion. | |
| 34 | |
| OLD | NEW |