From a353aea629d3aa1c4e70cb4bdb1123bab6d57653 Mon Sep 17 00:00:00 2001 From: Marco Zehe Date: Thu, 26 Apr 2012 10:58:35 +0200 Subject: [PATCH] Bug 746164 - Correction for Failure for the shortcut keys in actions/test_keys.html, r=hub --- accessible/tests/mochitest/actions/test_keys.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/accessible/tests/mochitest/actions/test_keys.html b/accessible/tests/mochitest/actions/test_keys.html index c963b6c0898..df9fc2bf7c0 100644 --- a/accessible/tests/mochitest/actions/test_keys.html +++ b/accessible/tests/mochitest/actions/test_keys.html @@ -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(); }