Bug 1737670 - Part 4: Skip xorigin test for dFPI in serviceworkers. r=asuth

Currently, the third-party service worker is disabled in dFPI. So, it
makes no sense to run xorigin tests for dFPI.

Differential Revision: https://phabricator.services.mozilla.com/D130891
This commit is contained in:
Tim Huang
2021-11-11 13:08:54 +00:00
parent 217401c6d8
commit 47dcd6e122

View File

@@ -3,6 +3,9 @@
prefs =
network.cookie.cookieBehavior=5
tags = serviceworker-dfpi
# We disable service workers for third-party contexts when dFPI is enabled. So,
# we disable xorigin tests for dFPI.
skip-if = xorigin
dupe-manifest = true
[include:mochitest-common.ini]