Bug 735805. (AAv1) test_bug518777.html misses waitForExplicitFinish() + finish(). r=roc.

This commit is contained in:
Serge Gautherie 2012-03-20 08:27:50 +01:00
parent d4a22d5ea7
commit b0e4f3c327

View File

@ -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>