file: and about: are now opaque-filtered responses

This commit is contained in:
Patrick Shaughnessy 2020-02-04 17:00:56 -05:00
parent f3dbe7d388
commit 41d896c201
5 changed files with 29 additions and 67 deletions

View file

@ -1,41 +0,0 @@
[scheme-about.any.html]
type: testharness
[Fetching about:blank (GET) is OK]
expected: FAIL
[Fetching about:blank (PUT) is OK]
expected: FAIL
[Fetching about:blank (POST) is OK]
expected: FAIL
[Fetching about:blank with method GET is KO]
expected: FAIL
[Fetching about:blank with method PUT is KO]
expected: FAIL
[Fetching about:blank with method POST is KO]
expected: FAIL
[scheme-about.any.worker.html]
type: testharness
[Fetching about:blank (GET) is OK]
expected: FAIL
[Fetching about:blank (PUT) is OK]
expected: FAIL
[Fetching about:blank (POST) is OK]
expected: FAIL
[Fetching about:blank with method GET is KO]
expected: FAIL
[Fetching about:blank with method PUT is KO]
expected: FAIL
[Fetching about:blank with method POST is KO]
expected: FAIL

View file

@ -1,9 +1,5 @@
[same-origin.html]
type: testharness
expected: TIMEOUT
[unsupported_scheme]
expected: FAIL
[about_blank]
expected: TIMEOUT

View file

@ -1,5 +0,0 @@
[send-non-same-origin.htm]
type: testharness
[XMLHttpRequest: send() - non same-origin (about:blank)]
expected: FAIL