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
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,
// thus renders following revocations invalid. Though we won't
// implement this for now, if ever needed, we should check blob