зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1598225 - Call restoreNormalRefresh before closing window. r=m_kato
Differential Revision: https://phabricator.services.mozilla.com/D54197 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
62732d4bf4
Коммит
49285c5161
|
@ -121,8 +121,8 @@ function startTest() {
|
|||
is(win.getSelection().focusNode, ed.firstChild, "Correct element selected");
|
||||
is(win.getSelection().focusOffset, ed.textContent.length, "Selection should be moved to the end");
|
||||
|
||||
win.close();
|
||||
cwu.restoreNormalRefresh();
|
||||
win.close();
|
||||
|
||||
SimpleTest.finish();
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче