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

This commit is contained in:
Mike Conley 2016-01-04 17:56:14 -05:00
parent 98982b56b5
commit cfe1c4d682

View File

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