OLD | NEW |
(Empty) | |
| 1 This is a testharness.js-based test. |
| 2 PASS Body ignored in presence of a PasswordCredential |
| 3 PASS Body present if 'credentials' is not a PasswordCredential |
| 4 PASS Creating/cloning a 'Request' does not expose the credential. |
| 5 FAIL Creating a 'Request' throws in various ways. assert_not_equals: got disallo
wed value undefined |
| 6 PASS Simple Fetch |
| 7 PASS Simple Fetch |
| 8 PASS Fetch with cloned Request |
| 9 PASS Fetch with copied Request |
| 10 PASS Fetch with overridden 'credentials' |
| 11 PASS 'idName' and 'passwordName' |
| 12 PASS 'additionalData': Empty FormData has no effect. |
| 13 PASS 'additionalData': FormData properties are properly injected. |
| 14 PASS 'additionalData': FormData properties are properly injected after assignmen
t. |
| 15 PASS 'additionalData': FormData properties are properly overridden. |
| 16 PASS 'additionalData': Empty URLSearchParams has no effect. |
| 17 PASS 'additionalData': URLSearchParams properties are properly injected. |
| 18 PASS 'additionalData': URLSearchParams properties are properly overridden. |
| 19 PASS 'additionalData': URLSearchParams properties are properly injected (orderin
g matters). |
| 20 PASS fetch() after get() |
| 21 PASS fetch() after get() with additionalData |
| 22 PASS fetch() after get() with additionalData from DOM |
| 23 Harness: the test ran to completion. |
| 24 |
OLD | NEW |