summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/service-workers/service-worker/multi-globals/url-parsing.https.html.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/service-workers/service-worker/multi-globals/url-parsing.https.html.ini')
-rw-r--r--testing/web-platform/meta/service-workers/service-worker/multi-globals/url-parsing.https.html.ini16
1 files changed, 16 insertions, 0 deletions
diff --git a/testing/web-platform/meta/service-workers/service-worker/multi-globals/url-parsing.https.html.ini b/testing/web-platform/meta/service-workers/service-worker/multi-globals/url-parsing.https.html.ini
new file mode 100644
index 0000000000..a98bb2df90
--- /dev/null
+++ b/testing/web-platform/meta/service-workers/service-worker/multi-globals/url-parsing.https.html.ini
@@ -0,0 +1,16 @@
+[url-parsing.https.html]
+ expected:
+ if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
+ if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
+ [getRegistration should use the relevant global of the object it was called on to resolve the script URL]
+ expected:
+ if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
+ if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
+
+ [register should use the relevant global of the object it was called on to resolve the script URL and the given scope URL]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
+
+ [register should use the relevant global of the object it was called on to resolve the script URL and the default scope URL]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]