summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/service-workers/service-worker/navigation-redirect.https.html.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/service-workers/service-worker/navigation-redirect.https.html.ini')
-rw-r--r--testing/web-platform/meta/service-workers/service-worker/navigation-redirect.https.html.ini11
1 files changed, 7 insertions, 4 deletions
diff --git a/testing/web-platform/meta/service-workers/service-worker/navigation-redirect.https.html.ini b/testing/web-platform/meta/service-workers/service-worker/navigation-redirect.https.html.ini
index 83a6e36021..203d95c4b9 100644
--- a/testing/web-platform/meta/service-workers/service-worker/navigation-redirect.https.html.ini
+++ b/testing/web-platform/meta/service-workers/service-worker/navigation-redirect.https.html.ini
@@ -61,9 +61,8 @@
[navigation-redirect.https.html?default]
[SW-fallbacked redirect to same-origin same-scope.]
expected:
- if (processor == "x86_64") and (os == "linux") and asan and fission: [PASS, FAIL]
- if (processor == "x86_64") and (os == "win") and not debug: [PASS, FAIL]
- if (processor == "x86") and not debug: [PASS, FAIL]
+ if not debug and (os == "linux") and asan and fission: [PASS, FAIL]
+ if not debug and (os == "win"): [PASS, FAIL]
[SW-fallbacked redirect to same-origin same-scope with a hash fragment.]
expected:
@@ -71,4 +70,8 @@
[SW-fallbacked redirect to same-origin same-scope with different hash fragments.]
expected:
- if (os == "win") and debug and (processor == "x86_64") and not swgl: [PASS, FAIL]
+ if (os == "win") and (processor == "x86_64") and debug and not swgl: [PASS, FAIL]
+
+ [SW-fallbacked redirect to other-origin and back to same-origin.]
+ expected:
+ if swgl and (os == "win"): [PASS, FAIL]