| OLD | NEW |
| 1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 PASS Response interface: existence and properties of interface object | 2 PASS Response interface: existence and properties of interface object |
| 3 PASS Response interface object length | 3 PASS Response interface object length |
| 4 PASS Response interface object name | 4 PASS Response interface object name |
| 5 PASS Response interface: existence and properties of interface prototype object | 5 PASS Response interface: existence and properties of interface prototype object |
| 6 PASS Response interface: existence and properties of interface prototype object'
s "constructor" property | 6 PASS Response interface: existence and properties of interface prototype object'
s "constructor" property |
| 7 PASS Response interface: operation error() | 7 PASS Response interface: operation error() |
| 8 PASS Response interface: operation redirect(USVString,unsigned short) | 8 PASS Response interface: operation redirect(USVString,unsigned short) |
| 9 PASS Response interface: attribute type | 9 PASS Response interface: attribute type |
| 10 PASS Response interface: attribute url | 10 PASS Response interface: attribute url |
| 11 PASS Response interface: attribute status | 11 PASS Response interface: attribute status |
| 12 PASS Response interface: attribute ok | 12 PASS Response interface: attribute ok |
| 13 PASS Response interface: attribute statusText | 13 PASS Response interface: attribute statusText |
| 14 PASS Response interface: attribute headers | 14 PASS Response interface: attribute headers |
| 15 FAIL Response interface: attribute trailer assert_true: The prototype object mus
t have a property "trailer" expected true got false | 15 FAIL Response interface: attribute trailer assert_true: The prototype object mus
t have a property "trailer" expected true got false |
| 16 PASS Response interface: operation clone() | 16 PASS Response interface: operation clone() |
| 17 PASS Response interface: attribute body | 17 PASS Response interface: attribute body |
| 18 PASS Response interface: attribute bodyUsed | 18 PASS Response interface: attribute bodyUsed |
| 19 PASS Response interface: operation arrayBuffer() | 19 PASS Response interface: operation arrayBuffer() |
| 20 PASS Response interface: operation blob() | 20 PASS Response interface: operation blob() |
| 21 FAIL Response interface: operation formData() assert_own_property: interface pro
totype object missing non-static operation expected property "formData" missing | 21 PASS Response interface: operation formData() |
| 22 PASS Response interface: operation json() | 22 PASS Response interface: operation json() |
| 23 PASS Response interface: operation text() | 23 PASS Response interface: operation text() |
| 24 PASS Response must be primary interface of new Response() | 24 PASS Response must be primary interface of new Response() |
| 25 PASS Stringification of new Response() | 25 PASS Stringification of new Response() |
| 26 PASS Response interface: new Response() must inherit property "error" with the p
roper type (0) | 26 PASS Response interface: new Response() must inherit property "error" with the p
roper type (0) |
| 27 PASS Response interface: new Response() must inherit property "redirect" with th
e proper type (1) | 27 PASS Response interface: new Response() must inherit property "redirect" with th
e proper type (1) |
| 28 PASS Response interface: calling redirect(USVString,unsigned short) on new Respo
nse() with too few arguments must throw TypeError | 28 PASS Response interface: calling redirect(USVString,unsigned short) on new Respo
nse() with too few arguments must throw TypeError |
| 29 PASS Response interface: new Response() must inherit property "type" with the pr
oper type (2) | 29 PASS Response interface: new Response() must inherit property "type" with the pr
oper type (2) |
| 30 PASS Response interface: new Response() must inherit property "url" with the pro
per type (3) | 30 PASS Response interface: new Response() must inherit property "url" with the pro
per type (3) |
| 31 PASS Response interface: new Response() must inherit property "status" with the
proper type (4) | 31 PASS Response interface: new Response() must inherit property "status" with the
proper type (4) |
| 32 PASS Response interface: new Response() must inherit property "ok" with the prop
er type (5) | 32 PASS Response interface: new Response() must inherit property "ok" with the prop
er type (5) |
| 33 PASS Response interface: new Response() must inherit property "statusText" with
the proper type (6) | 33 PASS Response interface: new Response() must inherit property "statusText" with
the proper type (6) |
| 34 PASS Response interface: new Response() must inherit property "headers" with the
proper type (7) | 34 PASS Response interface: new Response() must inherit property "headers" with the
proper type (7) |
| 35 FAIL Response interface: new Response() must inherit property "trailer" with the
proper type (8) assert_inherits: property "trailer" not found in prototype chai
n | 35 FAIL Response interface: new Response() must inherit property "trailer" with the
proper type (8) assert_inherits: property "trailer" not found in prototype chai
n |
| 36 PASS Response interface: new Response() must inherit property "clone" with the p
roper type (9) | 36 PASS Response interface: new Response() must inherit property "clone" with the p
roper type (9) |
| 37 PASS Response interface: new Response() must inherit property "body" with the pr
oper type (10) | 37 PASS Response interface: new Response() must inherit property "body" with the pr
oper type (10) |
| 38 PASS Response interface: new Response() must inherit property "bodyUsed" with th
e proper type (11) | 38 PASS Response interface: new Response() must inherit property "bodyUsed" with th
e proper type (11) |
| 39 PASS Response interface: new Response() must inherit property "arrayBuffer" with
the proper type (12) | 39 PASS Response interface: new Response() must inherit property "arrayBuffer" with
the proper type (12) |
| 40 PASS Response interface: new Response() must inherit property "blob" with the pr
oper type (13) | 40 PASS Response interface: new Response() must inherit property "blob" with the pr
oper type (13) |
| 41 FAIL Response interface: new Response() must inherit property "formData" with th
e proper type (14) assert_inherits: property "formData" not found in prototype c
hain | 41 PASS Response interface: new Response() must inherit property "formData" with th
e proper type (14) |
| 42 PASS Response interface: new Response() must inherit property "json" with the pr
oper type (15) | 42 PASS Response interface: new Response() must inherit property "json" with the pr
oper type (15) |
| 43 PASS Response interface: new Response() must inherit property "text" with the pr
oper type (16) | 43 PASS Response interface: new Response() must inherit property "text" with the pr
oper type (16) |
| 44 Harness: the test ran to completion. | 44 Harness: the test ran to completion. |
| 45 | 45 |
| OLD | NEW |