diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
commit | 36d22d82aa202bb199967e9512281e9a53db42c9 (patch) | |
tree | 105e8c98ddea1c1e4784a60a5a6410fa416be2de /testing/web-platform/meta/client-hints/service-workers | |
parent | Initial commit. (diff) | |
download | firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.tar.xz firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.zip |
Adding upstream version 115.7.0esr.upstream/115.7.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/client-hints/service-workers')
7 files changed, 29 insertions, 0 deletions
diff --git a/testing/web-platform/meta/client-hints/service-workers/intercept-request.https.html.ini b/testing/web-platform/meta/client-hints/service-workers/intercept-request.https.html.ini new file mode 100644 index 0000000000..3bfe368851 --- /dev/null +++ b/testing/web-platform/meta/client-hints/service-workers/intercept-request.https.html.ini @@ -0,0 +1,3 @@ +[intercept-request.https.html] + [Service workers succsefully receives hints from request] + expected: FAIL diff --git a/testing/web-platform/meta/client-hints/service-workers/navigation-preload-critical.https.window.js.ini b/testing/web-platform/meta/client-hints/service-workers/navigation-preload-critical.https.window.js.ini new file mode 100644 index 0000000000..a6d61f5089 --- /dev/null +++ b/testing/web-platform/meta/client-hints/service-workers/navigation-preload-critical.https.window.js.ini @@ -0,0 +1,5 @@ +[navigation-preload-critical.https.window.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Service worker successfully passes hints through to new fetch] + expected: FAIL diff --git a/testing/web-platform/meta/client-hints/service-workers/navigation-preload.https.html.ini b/testing/web-platform/meta/client-hints/service-workers/navigation-preload.https.html.ini new file mode 100644 index 0000000000..ae99211e98 --- /dev/null +++ b/testing/web-platform/meta/client-hints/service-workers/navigation-preload.https.html.ini @@ -0,0 +1,5 @@ +[navigation-preload.https.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Service worker successfully passes hints through to new fetch] + expected: FAIL diff --git a/testing/web-platform/meta/client-hints/service-workers/new-request-critical.https.window.js.ini b/testing/web-platform/meta/client-hints/service-workers/new-request-critical.https.window.js.ini new file mode 100644 index 0000000000..23318107cf --- /dev/null +++ b/testing/web-platform/meta/client-hints/service-workers/new-request-critical.https.window.js.ini @@ -0,0 +1,3 @@ +[new-request-critical.https.window.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/client-hints/service-workers/new-request.https.html.ini b/testing/web-platform/meta/client-hints/service-workers/new-request.https.html.ini new file mode 100644 index 0000000000..01d47c3f0f --- /dev/null +++ b/testing/web-platform/meta/client-hints/service-workers/new-request.https.html.ini @@ -0,0 +1,3 @@ +[new-request.https.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/client-hints/service-workers/passthrough-request-critical.https.window.js.ini b/testing/web-platform/meta/client-hints/service-workers/passthrough-request-critical.https.window.js.ini new file mode 100644 index 0000000000..62b904c3e9 --- /dev/null +++ b/testing/web-platform/meta/client-hints/service-workers/passthrough-request-critical.https.window.js.ini @@ -0,0 +1,5 @@ +[passthrough-request-critical.https.window.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Service worker successfully passes hints through to new fetch] + expected: FAIL diff --git a/testing/web-platform/meta/client-hints/service-workers/passthrough-request.https.html.ini b/testing/web-platform/meta/client-hints/service-workers/passthrough-request.https.html.ini new file mode 100644 index 0000000000..9b8ff2cae4 --- /dev/null +++ b/testing/web-platform/meta/client-hints/service-workers/passthrough-request.https.html.ini @@ -0,0 +1,5 @@ +[passthrough-request.https.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Service worker successfully passes hints through to new fetch] + expected: FAIL |