зеркало из https://github.com/mozilla/pjs.git
Fix obvious bugs in browser_bug554155.js
This commit is contained in:
Родитель
902bdbc993
Коммит
8172c0611e
|
@ -16,13 +16,15 @@ function test() {
|
|||
}
|
||||
};
|
||||
|
||||
gBrowser.addTabsProgressListener(listener, Components.interfaces.nsIWebProgress.NOTIFY_ALL);
|
||||
gBrowser.addTabsProgressListener(listener);
|
||||
|
||||
// pushState to a new URL (http://example.com/foo"). This should trigger
|
||||
// exactly one LocationChange event.
|
||||
tab.linkedBrowser.contentWindow.history.pushState(null, null, "foo");
|
||||
|
||||
executeSoon(function() {
|
||||
gBrowser.removeTab(tab);
|
||||
gBrowser.removeTabsProgressListener(listener);
|
||||
is(numLocationChanges, 1,
|
||||
"pushState should cause exactly one LocationChange event.");
|
||||
finish();
|
||||
|
|
Загрузка…
Ссылка в новой задаче