From 80457898fd914817b94700db27264fdee12dab2c Mon Sep 17 00:00:00 2001 From: Perry Jiang Date: Fri, 4 Oct 2019 15:28:35 +0000 Subject: [PATCH] Bug 1456995 - expectation changes for WPTs running under sw-e10s r=asuth Differential Revision: https://phabricator.services.mozilla.com/D46902 --HG-- extra : moz-landing-system : lando --- .../inside-service-worker.https.html.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/web-platform/meta/content-security-policy/securitypolicyviolation/inside-service-worker.https.html.ini b/testing/web-platform/meta/content-security-policy/securitypolicyviolation/inside-service-worker.https.html.ini index ba24e1c22d76..bda6d779d27a 100644 --- a/testing/web-platform/meta/content-security-policy/securitypolicyviolation/inside-service-worker.https.html.ini +++ b/testing/web-platform/meta/content-security-policy/securitypolicyviolation/inside-service-worker.https.html.ini @@ -1,7 +1,7 @@ [inside-service-worker.https.html] expected: - if (os == "android") and e10s: TIMEOUT + if (os == "android") and e10s and not sw-e10s: TIMEOUT [SecurityPolicyViolation event fired on global with the correct blockedURI.] expected: - if (os == "android") and e10s: TIMEOUT + if (os == "android") and e10s and not sw-e10s: TIMEOUT