mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 675201 - Revert debug info given that the random orange is now fixed. r=me
This commit is contained in:
parent
ffb20c1b6e
commit
88b567714a
@ -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", {});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user