Bug 1735723 [wpt PR 31229] - Update wpt metadata, a=testonly

wpt-pr: 31229
wpt-type: metadata
This commit is contained in:
moz-wptsync-bot 2021-10-20 17:55:23 +00:00
parent d4aa9c739e
commit fe6e04e461

View File

@ -0,0 +1,25 @@
[resource-timing-fetch-variants.https.html]
expected:
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