| OLD | NEW |
| 1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 PASS Request has clone method | 2 PASS Request has clone method |
| 3 PASS Request has arrayBuffer method | 3 PASS Request has arrayBuffer method |
| 4 PASS Request has blob method | 4 PASS Request has blob method |
| 5 FAIL Request has formData method assert_true: request has formData method expect
ed true got false | 5 PASS Request has formData method |
| 6 PASS Request has json method | 6 PASS Request has json method |
| 7 PASS Request has text method | 7 PASS Request has text method |
| 8 PASS Check method attribute | 8 PASS Check method attribute |
| 9 PASS Check url attribute | 9 PASS Check url attribute |
| 10 PASS Check headers attribute | 10 PASS Check headers attribute |
| 11 FAIL Check type attribute assert_true: request has type attribute expected true
got false | 11 FAIL Check type attribute assert_true: request has type attribute expected true
got false |
| 12 FAIL Check destination attribute assert_true: request has destination attribute
expected true got false | 12 FAIL Check destination attribute assert_true: request has destination attribute
expected true got false |
| 13 PASS Check referrer attribute | 13 PASS Check referrer attribute |
| 14 PASS Check referrerPolicy attribute | 14 PASS Check referrerPolicy attribute |
| 15 PASS Check mode attribute | 15 PASS Check mode attribute |
| 16 PASS Check credentials attribute | 16 PASS Check credentials attribute |
| 17 PASS Check cache attribute | 17 PASS Check cache attribute |
| 18 PASS Check redirect attribute | 18 PASS Check redirect attribute |
| 19 PASS Check integrity attribute | 19 PASS Check integrity attribute |
| 20 PASS Check bodyUsed attribute | 20 PASS Check bodyUsed attribute |
| 21 Harness: the test ran to completion. | 21 Harness: the test ran to completion. |
| 22 | 22 |
| OLD | NEW |