4 var frame = document.getElementById(
"customizeToolbarSheetIFrame");
7 document.getElementById(
"cmd_CustomizeToolbars").doCommand();
20 var panel = document.getElementById(
"customizeToolbarSheetPopup");
23 var frame = document.getElementById(
"customizeToolbarSheetIFrame");
26 var
menu = document.getElementById(
"bookmarksMenuPopup");
27 ok(
"getResult" in menu,
"menu has binding");
29 var framedoc = document.getElementById(
"customizeToolbarSheetIFrame").contentDocument;
30 var b = framedoc.getElementById(
"donebutton");
33 framedoc.getElementById(
"donebutton").doCommand();
38 var panel = document.getElementById(
"customizeToolbarSheetPopup");
40 is(document.activeElement, document.documentElement,
"focus after customize done");
function testCustomizePopupHidden()
function testCustomizeFrameLoadedPre()
function testCustomizeFrameLoaded()