From f408d8f0036252d0aec5d32636a11c3f0dec1e62 Mon Sep 17 00:00:00 2001 From: Razvan Maries Date: Fri, 10 Apr 2020 16:02:10 +0000 Subject: [PATCH] Bug 1626409 - Update test expectation. r=jmaher Differential Revision: https://phabricator.services.mozilla.com/D70528 --HG-- extra : moz-landing-system : lando --- .../content-security/double-policies.https.html.ini | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/testing/web-platform/meta/origin-policy/content-security/double-policies.https.html.ini b/testing/web-platform/meta/origin-policy/content-security/double-policies.https.html.ini index e80e41cc8f3f..ad308a8aa09b 100644 --- a/testing/web-platform/meta/origin-policy/content-security/double-policies.https.html.ini +++ b/testing/web-platform/meta/origin-policy/content-security/double-policies.https.html.ini @@ -1,8 +1,10 @@ [double-policies.https.html] expected: - if (os == "win") and (processor == "x86_64") and not fission and debug and webrender: ["OK", "TIMEOUT"] - if (os == "win") and (processor == "x86_64") and not fission and not debug: ["OK", "TIMEOUT"] - if (os == "win") and (processor == "x86") and debug: ["OK", "TIMEOUT"] + if (os == "linux"): ["OK", "TIMEOUT"] + if (os == "mac"): ["OK", "TIMEOUT"] + if (os == "win") and (os_version == "10.0.17134") and (processor = "x86_64"): ["OK", "TIMEOUT"] + if (os == "win") and (os_version == "6.1.7601") and (processor = "x86"): ["OK", "TIMEOUT"] + [img loading must be disallowed] expected: FAIL