Bug 570980 - intermittent failure in test_fullpage.html | An error occurred - frameLoaded is not definedfixes race in plugin mochitest. r=bz

This commit is contained in:
Benedict Hsieh 2010-06-11 12:02:44 -07:00
parent c692b59718
commit 85affcc0ec

View File

@ -11,9 +11,6 @@
<body>
<p id="display"></p>
<iframe src="loremipsum.xtest" streamtype="seek"></iframe>
<iframe id="testframe" name="testframe" onload="frameLoaded()"></iframe>
<script type="application/javascript">
SimpleTest.waitForExplicitFinish();
@ -33,3 +30,6 @@
SimpleTest.finish();
}
</script>
<iframe src="loremipsum.xtest" streamtype="seek"></iframe>
<iframe id="testframe" name="testframe" onload="frameLoaded()"></iframe>