summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/service-workers/service-worker/resource-timing-fetch-variants.https.html.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/service-workers/service-worker/resource-timing-fetch-variants.https.html.ini')
-rw-r--r--testing/web-platform/meta/service-workers/service-worker/resource-timing-fetch-variants.https.html.ini26
1 files changed, 26 insertions, 0 deletions
diff --git a/testing/web-platform/meta/service-workers/service-worker/resource-timing-fetch-variants.https.html.ini b/testing/web-platform/meta/service-workers/service-worker/resource-timing-fetch-variants.https.html.ini
new file mode 100644
index 0000000000..ede7e4b60d
--- /dev/null
+++ b/testing/web-platform/meta/service-workers/service-worker/resource-timing-fetch-variants.https.html.ini
@@ -0,0 +1,26 @@
+[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