Bug 492482 - [Linux] mochitest-a11y: content/a11y/accessible/test_aria_role_grid.html needs to report 'todo', r=marcoz

This commit is contained in:
Alexander Surkov 2009-05-13 13:17:53 +08:00
Родитель 06d14ef6ac
Коммит 7cb1aa0f8c
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -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();