Bug 1655866: Follow-up: Fix rebase botch.

Differential Revision: https://phabricator.services.mozilla.com/D90945
This commit is contained in:
Kris Maglione 2020-09-22 01:30:10 +00:00
Родитель 51ee1b55f9
Коммит bbae7bbee6
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -231,10 +231,6 @@ async function doTest(actions, startIdx, navigate) {
!awaitingPrompt,
"Navigation should not complete while we're still expecting a prompt"
);
ok(
!awaitingBeforeUnload,
"Navigation should not complete while we're still expecting beforeunload events"
);
is(
result.eventLoopSpun,