mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 904590 - useless settimeout call in test_prompt_async.html test r=jduell
This commit is contained in:
parent
d860a35a0a
commit
aaf8fd0e39
@ -362,7 +362,7 @@
|
||||
|
||||
case 3:
|
||||
dialog.cancelDialog();
|
||||
setTimeout(onFrameLoad(), 10); // there are no successful frames for test 3
|
||||
setTimeout(onFrameLoad, 10); // there are no successful frames for test 3
|
||||
break;
|
||||
|
||||
case 4:
|
||||
@ -374,7 +374,7 @@
|
||||
|
||||
case 5:
|
||||
dialog.cancelDialog();
|
||||
setTimeout(onFrameLoad(), 10); // there are no successful frames for test 5
|
||||
setTimeout(onFrameLoad, 10); // there are no successful frames for test 5
|
||||
break;
|
||||
|
||||
case 6:
|
||||
|
Loading…
Reference in New Issue
Block a user