basic.https.window.js.ini (1844B)
1 [basic.https.window.html] 2 [fetchLater() cannot be called without request.] 3 expected: FAIL 4 5 [fetchLater() with same-origin (https) URL does not throw.] 6 expected: FAIL 7 8 [fetchLater() with http://localhost URL does not throw.] 9 expected: FAIL 10 11 [fetchLater() with https://localhost URL does not throw.] 12 expected: FAIL 13 14 [fetchLater() with http://127.0.0.1 URL does not throw.] 15 expected: FAIL 16 17 [fetchLater() with https://127.0.0.1 URL does not throw.] 18 expected: FAIL 19 20 [fetchLater() with http://[::1\] URL does not throw.] 21 expected: FAIL 22 23 [fetchLater() with https://[::1\] URL does not throw.] 24 expected: FAIL 25 26 [fetchLater() with https://example.com URL does not throw.] 27 expected: FAIL 28 29 [fetchLater() throws TypeError on file:// scheme.] 30 expected: FAIL 31 32 [fetchLater() throws TypeError on ftp:// scheme.] 33 expected: FAIL 34 35 [fetchLater() throws TypeError on ssh:// scheme.] 36 expected: FAIL 37 38 [fetchLater() throws TypeError on wss:// scheme.] 39 expected: FAIL 40 41 [fetchLater() throws TypeError on about: scheme.] 42 expected: FAIL 43 44 [fetchLater() throws TypeError on javascript: scheme.] 45 expected: FAIL 46 47 [fetchLater() throws TypeError on data: scheme.] 48 expected: FAIL 49 50 [fetchLater() throws TypeError on blob: scheme.] 51 expected: FAIL 52 53 [fetchLater() throws RangeError on negative activateAfter.] 54 expected: FAIL 55 56 [fetchLater()'s return tells the deferred request is not yet sent.] 57 expected: FAIL 58 59 [fetchLater() throws TypeError when mutating its returned state.] 60 expected: FAIL 61 62 [fetchLater() throws AbortError when its initial abort signal is aborted.] 63 expected: FAIL 64 65 [fetchLater() does not throw error when it is aborted before sending.] 66 expected: FAIL 67 68 [fetchLater() throws TypeError on non-trustworthy http URL.] 69 expected: FAIL