mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 716677 - test_bug296375.xul makes incorrect assumptions about the event ordering; r=smaug
This commit is contained in:
parent
a5c0991c1d
commit
bb36a1998e
@ -33,8 +33,8 @@ addLoadEvent(function () {
|
||||
document.addBinding(document.getElementById("b"),
|
||||
"chrome://global/content/bindings/checkbox.xml#checkbox");
|
||||
ok(true, "addBinding didn't cause a crash");
|
||||
SimpleTest.finish();
|
||||
});
|
||||
addLoadEvent(SimpleTest.finish);
|
||||
]]>
|
||||
</script>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user