Bug 746164 - Correction for Failure for the shortcut keys in actions/test_keys.html, r=hub

This commit is contained in:
Marco Zehe 2012-04-26 10:58:35 +02:00
parent 0aaf4488c1
commit 7d72cbf8e3

View File

@ -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();
}