зеркало из https://github.com/mozilla/pjs.git
Bug 746164 - Correction for Failure for the shortcut keys in actions/test_keys.html, r=hub
This commit is contained in:
Родитель
4516a2fc32
Коммит
a353aea629
|
@ -26,8 +26,8 @@
|
|||
function doTest()
|
||||
{
|
||||
testKeyboardShortcut("input1", "");
|
||||
testKeyboardShortcut("input2", MAC ? "⌃%b" : "Alt+Shift+b");
|
||||
testKeyboardShortcut("link", MAC ? "⌃%l" : "Alt+Shift+l");
|
||||
testKeyboardShortcut("input2", MAC ? "⌃⌥b" : "Alt+Shift+b");
|
||||
testKeyboardShortcut("link", MAC ? "⌃⌥l" : "Alt+Shift+l");
|
||||
|
||||
SimpleTest.finish();
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче