mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 735805. (AAv1) test_bug518777.html misses waitForExplicitFinish() + finish(). r=roc.
This commit is contained in:
parent
d4a22d5ea7
commit
b0e4f3c327
@ -24,6 +24,8 @@ iframe source is
|
||||
|
||||
/** Test for Bug 518777 **/
|
||||
|
||||
SimpleTest.waitForExplicitFinish();
|
||||
|
||||
function dotest() {
|
||||
netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");
|
||||
|
||||
@ -44,6 +46,8 @@ function dotest() {
|
||||
}
|
||||
}
|
||||
ok(!failed, "all pixels blue");
|
||||
|
||||
SimpleTest.finish();
|
||||
}
|
||||
</script>
|
||||
</pre>
|
||||
|
Loading…
Reference in New Issue
Block a user