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 --- .../registration-updateviacache.https.html.ini | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 testing/web-platform/meta/service-workers/service-worker/registration-updateviacache.https.html.ini (limited to 'testing/web-platform/meta/service-workers/service-worker/registration-updateviacache.https.html.ini') diff --git a/testing/web-platform/meta/service-workers/service-worker/registration-updateviacache.https.html.ini b/testing/web-platform/meta/service-workers/service-worker/registration-updateviacache.https.html.ini new file mode 100644 index 0000000000..ac1d6cd253 --- /dev/null +++ b/testing/web-platform/meta/service-workers/service-worker/registration-updateviacache.https.html.ini @@ -0,0 +1,33 @@ +[registration-updateviacache.https.html] + [updateViaCache is not updated if register() rejects] + expected: FAIL + + [register-with-updateViaCache-none-then-undefined] + expected: + if swgl and (os == "win"): [PASS, FAIL] + + [register-with-updateViaCache-imports] + expected: + if (processor == "x86_64") and (os == "linux") and not debug and fission: [PASS, FAIL] + if processor == "x86": [PASS, FAIL] + + [register-with-updateViaCache-all] + expected: + if (os == "win") and debug and not swgl: [PASS, FAIL] + if (os == "linux") and not fission and not swgl: [PASS, FAIL] + + [register-with-updateViaCache-none-then-all] + expected: + if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL] + + [register-with-updateViaCache-all-then-imports] + expected: + if (processor == "x86") and debug: [PASS, FAIL] + + [register-with-updateViaCache-none-then-imports] + expected: + if (processor == "x86") and (os == "win") and not debug: [PASS, FAIL] + + [register-with-updateViaCache-undefined] + expected: + if (processor == "x86") and (os == "win") and not debug: [PASS, FAIL] -- cgit v1.2.3