Source code

Revision control

Copy as Markdown

Other Tools

[resource-timing-fetch-variants.https.html]
expected:
if (processor == "x86_64") and (os == "android") and fission: [OK, TIMEOUT]
if (processor == "x86") and not debug: [OK, TIMEOUT]
[Redirects done from within a service-worker should not be exposed to client ResourceTiming]
expected:
if (processor == "x86") and not debug: [FAIL, TIMEOUT]
FAIL
[Connection info from within a service-worker should not be exposed to client ResourceTiming]
expected:
if (processor == "x86") and not debug: [PASS, NOTRUN]
[requestStart should never be before fetchStart]
expected:
if (processor == "x86") and not debug: [PASS, NOTRUN]
[Delay from within service-worker (after internal fetching) should be accessible through `responseStart`]
expected:
if (processor == "x86") and not debug: [FAIL, NOTRUN]
FAIL
[Delay from within service-worker (before internal fetching) should be measured before responseStart in the client ResourceTiming entry]
expected:
if (processor == "x86") and not debug: [FAIL, NOTRUN]
FAIL