Singe-resource pages (i.e. just an HTML page, no images, no external CSS... data URIs are resource too) fail to load since in this scenario Chrome emits Page.loadEventFired before the Network.loadingFinished of the page itself and this results (incorrectly) in a pending request.
Singe-resource pages (i.e. just an HTML page, no images, no external CSS... data URIs are resource too) fail to load since in this scenario Chrome emits
Page.loadEventFired
before theNetwork.loadingFinished
of the page itself and this results (incorrectly) in a pending request.Reproduce with:
that gives: