mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-11 14:28:42 +00:00
Bug 405282 - Test for bug 382990 leaves bookmarks sidebar open, r=gavin, a=itsatest
This commit is contained in:
parent
c90338d05f
commit
fedbfba655
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user