mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix bustage.
This commit is contained in:
parent
3598007c8f
commit
7615f61052
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user