Bug 1047603 - Re-enable browser_bug562649.js test for e10s. r=Mossop.

This commit is contained in:
Mike Conley 2015-01-13 17:05:54 -05:00
parent a654c62c9d
commit b978ea00e3
2 changed files with 0 additions and 2 deletions

View File

@ -212,7 +212,6 @@ skip-if = e10s
[browser_bug561636.js]
skip-if = e10s # Bug 1093677 - automated form submission from the test doesn't seem to quite work yet
[browser_bug562649.js]
skip-if = e10s # Bug 940195 - XULBrowserWindow.isBusy is false as a remote tab starts loading
[browser_bug563588.js]
[browser_bug565575.js]
skip-if = e10s

View File

@ -5,7 +5,6 @@ function test() {
Ci.nsIBrowserDOMWindow.OPEN_NEWTAB,
Ci.nsIBrowserDOMWindow.OPEN_EXTERNAL);
ok(XULBrowserWindow.isBusy, "window is busy loading a page");
is(gBrowser.userTypedValue, URI, "userTypedValue matches test URI");
is(gURLBar.value, URI, "location bar value matches test URI");