mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-29 21:25:35 +00:00
Bug 1047603 - Re-enable browser_bug562649.js test for e10s. r=Mossop.
--HG-- extra : rebase_source : e170228e01d62e24cc8c947c5d8fbf375d3674f8
This commit is contained in:
parent
e79fcea8d5
commit
2e2f91d8c6
@ -213,7 +213,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
|
||||
|
@ -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");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user