Bug 172609

Summary: LayoutTest fetch/closing-while-fetching-blob.html is failing (reporting FailureNotTested)
Product: WebKit Reporter: Ryan Haddad <ryanhaddad>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: achristensen, ap, youennf
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=172378

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.