Bug 172609 - LayoutTest fetch/closing-while-fetching-blob.html is failing (reporting FailureNotTested)
Summary: LayoutTest fetch/closing-while-fetching-blob.html is failing (reporting Failu...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-25 14:33 PDT by Ryan Haddad
Modified: 2017-05-27 00:17 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Alexey Proskuryakov 2017-05-27 00:17:58 PDT
HTML parsing competes with navigation:

    window.location = "about:blank";

Looks like this should be an async test, to make sure that navigation always happens.