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:
Hiroyuki Ikezoe 2019-11-22 01:35:03 +00:00
Родитель 62732d4bf4
Коммит 49285c5161
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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();
}