mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Bug 933276 - fix bc1 bustage on a CLOSED TREE; r=test-only
This commit is contained in:
parent
4106c16e12
commit
caf4566329
@ -11,7 +11,7 @@ function test() {
|
||||
let cw = TabView.getContentWindow();
|
||||
whenAppTabIconAdded(cw.GroupItems.groupItems[0], function() {
|
||||
let body = cw.document.body;
|
||||
let [appTabIcon] = cw.iQ(".appTabTray .appTabIcon");
|
||||
let appTabIcon = cw.iQ(".appTabTray .appTabIcon")[0];
|
||||
|
||||
EventUtils.synthesizeMouseAtCenter(appTabIcon, {type: "mousedown"}, cw);
|
||||
EventUtils.synthesizeMouse(body, 500, 100, {type: "mousemove"}, cw);
|
||||
|
Loading…
Reference in New Issue
Block a user