mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Update the bug number for Blob-XHR-revoke.html.
This commit is contained in:
parent
e134871a95
commit
6eaef7c18a
2 changed files with 2 additions and 2 deletions
|
@ -366,7 +366,7 @@ impl XMLHttpRequestMethods for XMLHttpRequest {
|
||||||
// Step 11 - abort existing requests
|
// Step 11 - abort existing requests
|
||||||
self.terminate_ongoing_fetch();
|
self.terminate_ongoing_fetch();
|
||||||
|
|
||||||
// TODO(izgzhen): In the WPT test: FileAPI/blob/Blob-XHR-revoke.html,
|
// FIXME(#13767): In the WPT test: FileAPI/blob/Blob-XHR-revoke.html,
|
||||||
// the xhr.open(url) is expected to hold a reference to the URL,
|
// the xhr.open(url) is expected to hold a reference to the URL,
|
||||||
// thus renders following revocations invalid. Though we won't
|
// thus renders following revocations invalid. Though we won't
|
||||||
// implement this for now, if ever needed, we should check blob
|
// implement this for now, if ever needed, we should check blob
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[Blob-XHR-revoke.html]
|
[Blob-XHR-revoke.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
bug: https://github.com/servo/servo/issues/10539
|
bug: https://github.com/servo/servo/issues/13767
|
||||||
[Revoking blob URL used with XMLHttpRequest]
|
[Revoking blob URL used with XMLHttpRequest]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue