mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-25 20:01:50 +00:00
Bug 1762462 - Make tests in dom/tests/browser/ reflect Always Partitioning Storage; r=nika
Depends on D148051 Differential Revision: https://phabricator.services.mozilla.com/D148054
This commit is contained in:
parent
1c3cc8783e
commit
0b3f9a4f8b
@ -22,6 +22,15 @@ add_task(async function() {
|
||||
`cross-origin site and then navigating back`
|
||||
);
|
||||
|
||||
await SpecialPowers.pushPrefEnv({
|
||||
set: [
|
||||
[
|
||||
"privacy.partition.always_partition_third_party_non_cookie_storage",
|
||||
false,
|
||||
],
|
||||
],
|
||||
});
|
||||
|
||||
BrowserTestUtils.loadURI(browser, URL1);
|
||||
await BrowserTestUtils.browserLoaded(browser);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user