summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/fetch/stale-while-revalidate/fetch.any.js.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/fetch/stale-while-revalidate/fetch.any.js.ini')
-rw-r--r--testing/web-platform/meta/fetch/stale-while-revalidate/fetch.any.js.ini19
1 files changed, 19 insertions, 0 deletions
diff --git a/testing/web-platform/meta/fetch/stale-while-revalidate/fetch.any.js.ini b/testing/web-platform/meta/fetch/stale-while-revalidate/fetch.any.js.ini
new file mode 100644
index 0000000000..937c2e8d2f
--- /dev/null
+++ b/testing/web-platform/meta/fetch/stale-while-revalidate/fetch.any.js.ini
@@ -0,0 +1,19 @@
+[fetch.any.html]
+ expected:
+ if (os == "android") and debug and not swgl: [OK, TIMEOUT]
+ [Second fetch returns same response]
+ expected:
+ if (os == "android") and debug and not swgl: [PASS, TIMEOUT]
+
+
+[fetch.any.worker.html]
+
+[fetch.any.serviceworker.html]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT]
+ [Second fetch returns same response]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
+
+
+[fetch.any.sharedworker.html]