mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-07 11:56:51 +00:00
bug 904590 - useless settimeout call in test_prompt_async.html test r=jduell
This commit is contained in:
parent
078a1d0ff7
commit
617201348c
@ -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