зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
460ed95954
Коммит
eae554fd8d
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче