summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/scheduler/post-task-delay.any.js.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/scheduler/post-task-delay.any.js.ini')
-rw-r--r--testing/web-platform/meta/scheduler/post-task-delay.any.js.ini21
1 files changed, 21 insertions, 0 deletions
diff --git a/testing/web-platform/meta/scheduler/post-task-delay.any.js.ini b/testing/web-platform/meta/scheduler/post-task-delay.any.js.ini
new file mode 100644
index 0000000000..dfe38dcb49
--- /dev/null
+++ b/testing/web-platform/meta/scheduler/post-task-delay.any.js.ini
@@ -0,0 +1,21 @@
+[post-task-delay.any.worker.html]
+ prefs: [privacy.reduceTimerPrecision:false]
+
+[post-task-delay.any.sharedworker.html]
+ prefs: [privacy.reduceTimerPrecision:false]
+
+[post-task-delay.any.serviceworker.html]
+ prefs: [privacy.reduceTimerPrecision:false]
+ [Tests basic scheduler.postTask with a delay]
+ expected:
+ if (os == "linux") and not fission: [PASS, FAIL]
+ if os == "win": [PASS, FAIL]
+
+
+[post-task-delay.any.html]
+ [Tests basic scheduler.postTask with a delay]
+ expected:
+ if (os == "android") and swgl: PASS
+ if (os == "mac") and debug: PASS
+ if os == "win": PASS
+ [PASS, FAIL]