mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-17 14:25:49 +00:00
Bug 1850440 - Adjust the test to make assertion on remote frame only for isolateEverything Fission site isolation strategy r=nika
Differential Revision: https://phabricator.services.mozilla.com/D187158
This commit is contained in:
parent
dd444d46f2
commit
190718bd97
@ -98,7 +98,7 @@ const blockBFCacheTests = [
|
||||
},
|
||||
];
|
||||
|
||||
if (SpecialPowers.Services.appinfo.fissionAutostart) {
|
||||
if (SpecialPowers.effectiveIsolationStrategy() == SpecialPowers.ISOLATION_STRATEGY.IsolateEverything) {
|
||||
blockBFCacheTests.push({
|
||||
name: "Loading OOP iframe",
|
||||
test: () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user