mirror of
https://github.com/servo/servo
synced 2026-04-30 11:27:28 +02:00
Implement the Fetch method
This commit is contained in:
@@ -1,26 +1,3 @@
|
||||
[scheme-blob.html]
|
||||
type: testharness
|
||||
[Fetching [GET\] URL.createObjectURL(blob) is OK]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching [GET\] blob:http://www.web-platform.test:8000/ is KO]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching [POST\] URL.createObjectURL(blob) is KO]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching [OPTIONS\] URL.createObjectURL(blob) is KO]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching [HEAD\] URL.createObjectURL(blob) is KO]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching [PUT\] URL.createObjectURL(blob) is KO]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching [DELETE\] URL.createObjectURL(blob) is KO]
|
||||
expected: FAIL
|
||||
|
||||
[Fetching [INVALID\] URL.createObjectURL(blob) is KO]
|
||||
expected: FAIL
|
||||
|
||||
expected: CRASH
|
||||
|
||||
Reference in New Issue
Block a user