author | Marco Zehe <mzehe@mozilla.com> |
Thu, 26 Apr 2012 10:59:26 +0200 | |
changeset 92509 | af0a722c0b95fc0a4e9e551db9b3f5ff9f455e33 |
parent 92508 | 269a49a7dc59504024f7a164ba1595a3af375c96 |
child 92510 | 3c330e379fa3b8bcc650e1fda0abbeabae2b2fba |
push id | 22544 |
push user | emorley@mozilla.com |
push date | Fri, 27 Apr 2012 11:53:27 +0000 |
treeherder | mozilla-central@d871849ac3a3 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
bugs | 746971 |
milestone | 15.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
accessible/tests/mochitest/events/test_focus_tabbox.xul | file | annotate | diff | comparison | revisions |
--- a/accessible/tests/mochitest/events/test_focus_tabbox.xul +++ b/accessible/tests/mochitest/events/test_focus_tabbox.xul @@ -22,16 +22,22 @@ <script type="application/javascript"> //gA11yEventDumpID = "eventdump"; // debug stuff //gA11yEventDumpToConsole = true; // debug stuff var gQueue = null; function doTests() { + if (MAC) { + todo(false, "Tests disabled because of imminent failure."); + SimpleTest.finish(); + return; + } + // Test focus events. gQueue = new eventQueue(); gQueue.push(new synthClick("tab1", new focusChecker("tab1"))); gQueue.push(new synthTab("tab1", new focusChecker("checkbox1"))); gQueue.push(new synthKey("tab1", "VK_TAB", { ctrlKey: true }, new focusChecker("textbox"))); gQueue.push(new synthKey("tab2", "VK_TAB", { ctrlKey: true },