mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 394887, fix up test because reflow occurs later
This commit is contained in:
parent
e9b412bdc7
commit
d62c02588e
@ -54,7 +54,7 @@ function menuClosed()
|
||||
{
|
||||
// the panel will be open at this point, but the popupshown event
|
||||
// still needs to fire
|
||||
is($("panel").state, "open", "panel is open after menu hide");
|
||||
is($("panel").state, "showing", "panel is open after menu hide");
|
||||
is($("menu").firstChild.state, "closed", "menu is closed after menu hide");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user