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:
@@ -21,6 +21,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
async function startTest(aTestFun) {
|
async function startTest(aTestFun) {
|
||||||
|
await SimpleTest.enableLegacyUnpartitionedStorage();
|
||||||
let bc = new BroadcastChannel("form_restoration");
|
let bc = new BroadcastChannel("form_restoration");
|
||||||
|
|
||||||
let promise = waitForMessage(bc);
|
let promise = waitForMessage(bc);
|
||||||
|
|||||||
Reference in New Issue
Block a user