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
parent ffb20c1b6e
commit 88b567714a

View File

@ -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", {});
}