зеркало из https://github.com/mozilla/gecko-dev.git
Bug 746977 - tree/test_cssoverflow.html ShiftTab not working, and a test timeout on OS X, disable
This commit is contained in:
Родитель
a97bb44174
Коммит
2389a8eeae
|
@ -87,6 +87,13 @@
|
|||
|
||||
function doTests()
|
||||
{
|
||||
// Shift+Tab not working, and a test timeout, bug 746977
|
||||
if (MAC) {
|
||||
todo(false, "Shift+tab isn't working on OS X, needs to be disabled until bug 746977 is fixed!");
|
||||
SimpleTest.finish();
|
||||
return;
|
||||
}
|
||||
|
||||
gQueue = new eventQueue();
|
||||
|
||||
// CSS 'overflow: scroll' property setting and unsetting causes accessible
|
||||
|
|
Загрузка…
Ссылка в новой задаче