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
parent e622a59774
commit 9671c80866

View File

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