Bug 675201 - Revert debug info given that the random orange is now fixed. r=me

This commit is contained in:
Mounir Lamouri 2011-09-13 12:37:51 -07:00
Родитель 6496415458
Коммит 6c00c7baf6
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -176,7 +176,6 @@ function snapshot(elem)
pos[count] = elem.getBoundingClientRect().top;
++count;
if (count <= 1) {
ok(true, "trying to open the second submenu");
// close the submenu and open the bottom submenu
synthesizeKey("VK_LEFT", {});
synthesizeKey("9", {});
@ -193,7 +192,6 @@ function doTest() {
function openSubmenu()
{
ok(true, "openSubMenu() called");
// open a submenu in the middle
synthesizeKey("5", {});
}