Bug 1928672 - Enable xorigin BroadcastChannel in docshell/test/mochitest/test_form_restoration.html so it doesn't rely on heuristics - r=smaug

Depends on D224821

Differential Revision: https://phabricator.services.mozilla.com/D227670
This commit is contained in:
Benjamin VanderSloot
2024-11-04 13:04:43 +00:00
parent c71801ebe6
commit f0b0147fcf

View File

@@ -21,6 +21,7 @@
}
async function startTest(aTestFun) {
await SimpleTest.enableLegacyUnpartitionedStorage();
let bc = new BroadcastChannel("form_restoration");
let promise = waitForMessage(bc);