Bug 1233497 - Swap a busted CPOW with a working one in browser_waitForFocus. r=billm

--HG--
extra : commitid : Hx4GCM6BWN6
extra : rebase_source : ad038617954dde4efe181b260305d7f6549106f4
This commit is contained in:
Mike Conley 2016-01-04 17:56:14 -05:00
Родитель 3ced9d3679
Коммит 4b0fba91ba
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -50,7 +50,7 @@ add_task(function *() {
yield SimpleTest.promiseFocus(browser.contentWindowAsCPOW.frames[0]);
is(browser.contentDocumentAsCPOW.activeElement.localName, "iframe", "Child iframe is focused");
is(browser.contentWindowAsCPOW.document.activeElement.localName, "iframe", "Child iframe is focused");
gBrowser.removeCurrentTab();
});