Update the bug number for Blob-XHR-revoke.html.

This commit is contained in:
Ms2ger 2016-10-14 11:05:15 +02:00
parent e134871a95
commit 6eaef7c18a
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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