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:
Phil Ringnalda 2011-07-04 20:53:49 -07:00
Родитель 460ed95954
Коммит eae554fd8d
1 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -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>