chromium/third_party/blink/web_tests/http/tests/inspector-protocol/prefetch/prefetch-updates-expected.txt


Running test: basicTest
Tests that Preload.prefetchStatusUpdated is dispatched for prefetch requests.
{
    method : Preload.prefetchStatusUpdated
    params : {
        initiatingFrameId : <string>
        key : {
            action : Prefetch
            loaderId : <string>
            url : https://127.0.0.1:8443/inspector-protocol/prefetch/resources/prefetch.https.html?page=2
        }
        prefetchStatus : PrefetchNotFinishedInTime
        prefetchUrl : https://127.0.0.1:8443/inspector-protocol/prefetch/resources/prefetch.https.html?page=2
        requestId : <string>
        status : Running
    }
    sessionId : <string>
}
{
    method : Preload.prefetchStatusUpdated
    params : {
        initiatingFrameId : <string>
        key : {
            action : Prefetch
            loaderId : <string>
            url : https://127.0.0.1:8443/inspector-protocol/prefetch/resources/prefetch.https.html?page=2
        }
        prefetchStatus : PrefetchSuccessfulButNotUsed
        prefetchUrl : https://127.0.0.1:8443/inspector-protocol/prefetch/resources/prefetch.https.html?page=2
        requestId : <string>
        status : Ready
    }
    sessionId : <string>
}

Running test: testRedispatchAfterEnable
Tests that Preload.prefetchStatusUpdated is redispatched for a previously completed prefetch request.
{
    initiatingFrameId : <string>
    key : {
        action : Prefetch
        loaderId : <string>
        url : https://127.0.0.1:8443/inspector-protocol/prefetch/resources/prefetch.https.html?page=2
    }
    prefetchStatus : PrefetchSuccessfulButNotUsed
    prefetchUrl : https://127.0.0.1:8443/inspector-protocol/prefetch/resources/prefetch.https.html?page=2
    requestId : <string>
    status : Ready
}

Running test: testRedispatchAfterEnable_FailedPrefetch
Tests that Preload.prefetchStatusUpdated is redispatched for a previously failed prefetch request.
{
    initiatingFrameId : <string>
    key : {
        action : Prefetch
        loaderId : <string>
        url : https://127.0.0.1:8443/inspector-protocol/prefetch/resources/non_existent.bmp
    }
    prefetchStatus : PrefetchFailedNon2XX
    prefetchUrl : https://127.0.0.1:8443/inspector-protocol/prefetch/resources/non_existent.bmp
    requestId : <string>
    status : Failure
}