Running test: basicTest Tests that Preload.prefetchStatusUpdated is dispatched for prefetch requests. { method : Preload.prefetchStatusUpdated params : { initiatingFrameId : key : { action : Prefetch loaderId : url : https://127.0.0.1:8443/inspector-protocol/prefetch/resources/prefetch.https.html?page=2 } pipelineId : prefetchStatus : PrefetchNotFinishedInTime prefetchUrl : https://127.0.0.1:8443/inspector-protocol/prefetch/resources/prefetch.https.html?page=2 requestId : status : Running } sessionId : } { method : Preload.prefetchStatusUpdated params : { initiatingFrameId : key : { action : Prefetch loaderId : url : https://127.0.0.1:8443/inspector-protocol/prefetch/resources/prefetch.https.html?page=2 } pipelineId : prefetchStatus : PrefetchSuccessfulButNotUsed prefetchUrl : https://127.0.0.1:8443/inspector-protocol/prefetch/resources/prefetch.https.html?page=2 requestId : status : Ready } sessionId : } Running test: testRedispatchAfterEnable Tests that Preload.prefetchStatusUpdated is redispatched for a previously completed prefetch request. { initiatingFrameId : key : { action : Prefetch loaderId : url : https://127.0.0.1:8443/inspector-protocol/prefetch/resources/prefetch.https.html?page=2 } pipelineId : prefetchStatus : PrefetchSuccessfulButNotUsed prefetchUrl : https://127.0.0.1:8443/inspector-protocol/prefetch/resources/prefetch.https.html?page=2 requestId : status : Ready } Running test: testRedispatchAfterEnable_FailedPrefetch Tests that Preload.prefetchStatusUpdated is redispatched for a previously failed prefetch request. { initiatingFrameId : key : { action : Prefetch loaderId : url : https://127.0.0.1:8443/inspector-protocol/prefetch/resources/non_existent.bmp } pipelineId : prefetchStatus : PrefetchFailedNon2XX prefetchUrl : https://127.0.0.1:8443/inspector-protocol/prefetch/resources/non_existent.bmp requestId : status : Failure } Running test: testNoRedispatchAfterEnableIfCandidateRemoved Tests that Preload.prefetchStatusUpdated is not redispatched for a prefetch request if the candidate was removed. No update received after Preload domain is re-enabled.