Bug 802968 - Fix racy test behavior. r=me DONTBUILD

--HG--
extra : rebase_source : 631b1d7d8efc625725b9a733c8e065030ff795e1
This commit is contained in:
Bobby Holley 2012-10-18 14:41:13 +02:00
parent 3afd861719
commit 18c36e53ac

View File

@ -32,6 +32,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=801241
}
function go() {
document.getElementById('ifr').onload = null;
var sb = new Cu.Sandbox(this);
sb.win = document.getElementById('ifr').contentWindow;
sb.ok = ok;