зеркало из https://github.com/mozilla/gecko-dev.git
disable osx tests part 2 test_caretmoved.xul had conflicts
This commit is contained in:
Родитель
53e6526b7b
Коммит
fe34f7aa70
|
@ -28,6 +28,13 @@
|
||||||
|
|
||||||
function doTests()
|
function doTests()
|
||||||
{
|
{
|
||||||
|
|
||||||
|
if (MAC) {
|
||||||
|
todo(false, "Make these tests pass on OSX (bug 650294)");
|
||||||
|
SimpleTest.finish();
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
gQueue = new eventQueue(EVENT_TEXT_CARET_MOVED);
|
gQueue = new eventQueue(EVENT_TEXT_CARET_MOVED);
|
||||||
|
|
||||||
var id = "textbox";
|
var id = "textbox";
|
||||||
|
|
Загрузка…
Ссылка в новой задаче