Bug 405282 - Test for bug 382990 leaves bookmarks sidebar open, r=gavin, a=itsatest

This commit is contained in:
philringnalda@gmail.com 2007-12-04 21:05:55 -08:00
parent c90338d05f
commit fedbfba655

View File

@ -39,6 +39,9 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=382990
treeElem.focus();
synthesizeKey("b", {ctrlKey: true});
ok(!treeElem.view.selection.isSelected(1), "Tree selection should not change for key events with ctrl pressed.");
// depending on the platform, that ctrl+b might have opened the
// bookmarks sidebar - close it
synthesizeKey("b", {ctrlKey: true});
SimpleTest.finish();
}
]]></script>