Bug 594909 - Intermittent failure in browser/base/content/test/tabview/browser_tabview_launch.js | Tab View is visible; r=dietrich a=NPOTB

This commit is contained in:
Raymond Lee 2010-09-12 02:58:03 +08:00
Родитель c2366cec04
Коммит 16d7b6e00e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -83,5 +83,5 @@ function test() {
let button = document.getElementById("tabview-button");
ok(button, "Tab View button exists");
EventUtils.synthesizeMouse(button, 1, 1, {});
button.doCommand();
}