зеркало из https://github.com/mozilla/pjs.git
Bug 492482 - [Linux] mochitest-a11y: content/a11y/accessible/test_aria_role_grid.html needs to report 'todo', r=marcoz
This commit is contained in:
Родитель
06d14ef6ac
Коммит
7cb1aa0f8c
|
@ -100,7 +100,9 @@
|
|||
}
|
||||
]
|
||||
};
|
||||
if (!LINUX) // Do not test on linux because of different hierarchies.
|
||||
if (LINUX)
|
||||
todo(false, "No tests on linux because of different hierarchies.");
|
||||
else
|
||||
testAccessibleTree("grid", accTree);
|
||||
|
||||
SimpleTest.finish();
|
||||
|
|
Загрузка…
Ссылка в новой задаче