diff options
Diffstat (limited to 'testing/web-platform/meta/workers/baseurl')
4 files changed, 14 insertions, 0 deletions
diff --git a/testing/web-platform/meta/workers/baseurl/alpha/sharedworker-in-worker.html.ini b/testing/web-platform/meta/workers/baseurl/alpha/sharedworker-in-worker.html.ini new file mode 100644 index 0000000000..8a60e3dff4 --- /dev/null +++ b/testing/web-platform/meta/workers/baseurl/alpha/sharedworker-in-worker.html.ini @@ -0,0 +1,5 @@ +[sharedworker-in-worker.html] + expected: + if not fission and (os == "linux") and not debug and not asan: [OK, ERROR] + [Base URL in workers: new SharedWorker()] + expected: FAIL diff --git a/testing/web-platform/meta/workers/baseurl/alpha/worker-in-worker.html.ini b/testing/web-platform/meta/workers/baseurl/alpha/worker-in-worker.html.ini new file mode 100644 index 0000000000..d5d12ddb17 --- /dev/null +++ b/testing/web-platform/meta/workers/baseurl/alpha/worker-in-worker.html.ini @@ -0,0 +1,3 @@ +[worker-in-worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/workers/baseurl/alpha/xhr-in-moduleworker.html.ini b/testing/web-platform/meta/workers/baseurl/alpha/xhr-in-moduleworker.html.ini new file mode 100644 index 0000000000..60b1663e55 --- /dev/null +++ b/testing/web-platform/meta/workers/baseurl/alpha/xhr-in-moduleworker.html.ini @@ -0,0 +1,3 @@ +[xhr-in-moduleworker.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] diff --git a/testing/web-platform/meta/workers/baseurl/alpha/xhr-in-sharedworker.html.ini b/testing/web-platform/meta/workers/baseurl/alpha/xhr-in-sharedworker.html.ini new file mode 100644 index 0000000000..a724931064 --- /dev/null +++ b/testing/web-platform/meta/workers/baseurl/alpha/xhr-in-sharedworker.html.ini @@ -0,0 +1,3 @@ +[xhr-in-sharedworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] |