Bug 626563, disable part of the arrowpanels test that tends to fail

This commit is contained in:
Neil Deakin 2011-08-05 16:26:53 -04:00
Родитель 1d7c342d95
Коммит 43b5f718bf
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -119,6 +119,9 @@ function nextTest()
openPopup("rightcenter bottomleft", "middle", "left", "center bottom");
yield;
/*
XXXndeakin disable these parts of the test which often cause problems, see bug 626563
openPopup("after_start", frames[0].document.getElementById("input"), "top", "left");
yield;
@ -131,6 +134,7 @@ function nextTest()
yield;
setScale(frames[0], 1);
*/
SimpleTest.finish();
yield;