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.ini10
1 files changed, 5 insertions, 5 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 203d95c4b9..d32272c3b8 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,17 +61,17 @@
[navigation-redirect.https.html?default]
[SW-fallbacked redirect to same-origin same-scope.]
expected:
- if not debug and (os == "linux") and asan and fission: [PASS, FAIL]
- if not debug and (os == "win"): [PASS, FAIL]
+ if (os == "linux") and asan and fission: [PASS, FAIL]
+ if (os == "win") and not debug: [PASS, FAIL]
[SW-fallbacked redirect to same-origin same-scope with a hash fragment.]
expected:
- if (os == "win") and debug and not swgl: [PASS, FAIL]
+ if (os == "win") and debug: [PASS, FAIL]
[SW-fallbacked redirect to same-origin same-scope with different hash fragments.]
expected:
- if (os == "win") and (processor == "x86_64") and debug and not swgl: [PASS, FAIL]
+ if (os == "win") and debug and (processor == "x86_64"): [PASS, FAIL]
[SW-fallbacked redirect to other-origin and back to same-origin.]
expected:
- if swgl and (os == "win"): [PASS, FAIL]
+ if (processor == "x86") and not debug: [PASS, FAIL]