Bug 1661908 - Update expectations for reporting-popup-same-origin-report-to.https.html. r=jmaher DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D88720
This commit is contained in:
Cosmin Sabou 2020-08-29 13:46:50 +00:00
parent 7a3cde428c
commit 163a22f396

View File

@ -9,6 +9,7 @@
if (os == "linux") and not webrender and debug: TIMEOUT
if os == "mac": TIMEOUT
[TIMEOUT, OK]
[coop reporting test reporting same origin with report-to to SAME_ORIGIN with unsafe-none, , , ]
expected:
if not debug and (os == "linux") and not webrender: ["TIMEOUT", "NOTRUN", "FAIL"]
@ -44,3 +45,10 @@
if not debug and (processor == "x86_64") and (os == "mac"): NOTRUN
if not debug and (processor == "x86"): ["NOTRUN", "FAIL"]
FAIL
[coop reporting test reporting same origin with report-to to CROSS_ORIGIN with same-origin; report-to="coop-popup-report-endpoint", , , ]
expected:
if (os == "linux"): ["PASS", "FAIL"]
if (os == "mac"): ["PASS", "FAIL"]
PASS