Fix bustage.

This commit is contained in:
Blake Kaplan 2009-09-11 17:03:53 -07:00
parent 3598007c8f
commit 7615f61052

View File

@ -17,7 +17,8 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=503926
target="_blank">Mozilla Bug 503926</a>
</body>
<iframe id="ifr" type="content" />
<iframe id="ifr" type="content" onload="iframe_loaded()"
href="chrome://mochikit/content/chrome/js/src/xpconnect/tests/chrome/bug503926.xul#iframe"/>
<!-- test code goes here -->
<script type="application/javascript">
@ -35,8 +36,6 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=503926
SimpleTest.finish();
}
$('ifr').onload = iframe_loaded;
$('ifr').contentWindow.location = "chrome://mochikit/content/chrome/js/src/xpconnect/tests/chrome/bug503926.xul#iframe"
SimpleTest.waitForExplicitFinish();
]]>
</script>