mirror of
https://github.com/servo/servo.git
synced 2025-08-30 01:28:21 +01:00
file: and about: are now opaque-filtered responses
This commit is contained in:
parent
f3dbe7d388
commit
41d896c201
5 changed files with 29 additions and 67 deletions
|
@ -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
|
||||
|
|
@ -1,9 +1,5 @@
|
|||
[same-origin.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[unsupported_scheme]
|
||||
expected: FAIL
|
||||
|
||||
[about_blank]
|
||||
expected: TIMEOUT
|
||||
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
[send-non-same-origin.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: send() - non same-origin (about:blank)]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue