Bug 772093 - test fail on Mac: browser_inspector_bug_672902_keyboard_shortcuts.js | Test timed out. r=harth

This commit is contained in:
Paul Rouget 2012-07-09 18:18:01 +02:00
Родитель 9ae581c4c5
Коммит 28ffb65ecf
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -42,6 +42,8 @@ function test()
// Test that navigating around without a selected node gets us to the // Test that navigating around without a selected node gets us to the
// body element. // body element.
node = doc.querySelector("body"); node = doc.querySelector("body");
let bc = InspectorUI.breadcrumbs;
bc.nodeHierarchy[bc.currentIndex].button.focus();
EventUtils.synthesizeKey("VK_RIGHT", { }); EventUtils.synthesizeKey("VK_RIGHT", { });
}); });
} }