diff --git a/accessible/tests/mochitest/test_keys.html b/accessible/tests/mochitest/test_keys.html index 6a687fd50cc..c368a4116fe 100644 --- a/accessible/tests/mochitest/test_keys.html +++ b/accessible/tests/mochitest/test_keys.html @@ -1,6 +1,7 @@ + Keyboard shortcuts tests @@ -27,7 +28,7 @@ function doTest() { testKeyboardShortcut("input1", ""); - testKeyboardShortcut("input2", "Alt+Shift+b"); + testKeyboardShortcut("input2", MAC ? "⌃b" : "Alt+Shift+b"); SimpleTest.finish(); }