From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- .../multi-globals/url-parsing.https.html.ini | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 testing/web-platform/meta/service-workers/service-worker/multi-globals/url-parsing.https.html.ini (limited to 'testing/web-platform/meta/service-workers/service-worker/multi-globals/url-parsing.https.html.ini') 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] -- cgit v1.2.3