mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
No Bug - Fix bustage caused by mochitest-bc chunking r=bustage
From 1f58ec726d4ac8b77d0f4ba45550d059f680a075 Mon Sep 17 00:00:00 2001
This commit is contained in:
parent
474fc737ca
commit
03d14c1c41
@ -81,6 +81,11 @@ function test4() {
|
||||
|
||||
hideTabView(function() {
|
||||
is(gBrowser.tabs.length, 1, "Total number of tabs is 1 after all tests");
|
||||
|
||||
contentWindow = null;
|
||||
contentElement = null;
|
||||
groupItem = null;
|
||||
|
||||
finish();
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user