disable osx tests part 2 test_caretmoved.xul had conflicts

This commit is contained in:
Trevor Saunders 2012-01-10 08:30:35 -05:00
Родитель 53e6526b7b
Коммит fe34f7aa70
1 изменённых файлов: 7 добавлений и 0 удалений

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

@ -28,6 +28,13 @@
function doTests()
{
if (MAC) {
todo(false, "Make these tests pass on OSX (bug 650294)");
SimpleTest.finish();
return;
}
gQueue = new eventQueue(EVENT_TEXT_CARET_MOVED);
var id = "textbox";