mirror of
https://github.com/servo/servo.git
synced 2025-09-23 13:20:11 +01:00
check same-origin and url against the blob beign revoked
This commit is contained in:
parent
dfa78986a6
commit
2d995ba41a
4 changed files with 18 additions and 47 deletions
|
@ -1,36 +1,9 @@
|
|||
[url-with-fetch.any.worker.html]
|
||||
[url-with-fetch]
|
||||
expected: FAIL
|
||||
|
||||
[Only exact matches should revoke URLs, using fetch]
|
||||
expected: FAIL
|
||||
|
||||
[Appending a query string should cause fetch to fail]
|
||||
expected: FAIL
|
||||
|
||||
[Appending a path should cause fetch to fail]
|
||||
expected: FAIL
|
||||
|
||||
[Revoke blob URL after creating Request, will fetch]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[url-with-fetch.any.html]
|
||||
[Untitled]
|
||||
expected: FAIL
|
||||
|
||||
[url-with-fetch]
|
||||
expected: FAIL
|
||||
|
||||
[Only exact matches should revoke URLs, using fetch]
|
||||
expected: FAIL
|
||||
|
||||
[Appending a query string should cause fetch to fail]
|
||||
expected: FAIL
|
||||
|
||||
[Appending a path should cause fetch to fail]
|
||||
expected: FAIL
|
||||
|
||||
[Revoke blob URL after creating Request, will fetch]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,21 +1,9 @@
|
|||
[url-with-xhr.any.html]
|
||||
[Only exact matches should revoke URLs, using XHR]
|
||||
expected: FAIL
|
||||
[Appending a query string should cause XHR to fail]
|
||||
expected: FAIL
|
||||
[Appending a path should cause XHR to fail]
|
||||
expected: FAIL
|
||||
[Revoke blob URL after open(), will fetch]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[url-with-xhr.any.worker.html]
|
||||
[Only exact matches should revoke URLs, using XHR]
|
||||
expected: FAIL
|
||||
[Appending a query string should cause XHR to fail]
|
||||
expected: FAIL
|
||||
[Appending a path should cause XHR to fail]
|
||||
expected: FAIL
|
||||
[Revoke blob URL after open(), will fetch]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue