mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
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:
parent
c692b59718
commit
85affcc0ec
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user