mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-12 18:50:08 +00:00
Bug 634834 (long delayed) followup, it puts the iframe after the function for its onload, or it gets the "is not defined" error again
This commit is contained in:
parent
ef4adc6afb
commit
88f8b91d7f
@ -13,8 +13,6 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=634834
|
||||
<body>
|
||||
<a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=634834">Mozilla Bug 634834</a>
|
||||
|
||||
<iframe id='iframe' src='file_bug634834.html' onload='iframe_loaded()'></iframe>
|
||||
|
||||
<script type='application/javascript;version=1.7'>
|
||||
SimpleTest.waitForExplicitFinish();
|
||||
|
||||
@ -49,5 +47,8 @@ function iframe_loaded() {
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
<iframe id='iframe' src='file_bug634834.html' onload='iframe_loaded()'></iframe>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user