gecko-dev/layout/reftests/bugs/508908-1.xul
Aaron Klotz 040621b98e Bug 1115437: Part 2 - Update layout reftests to be compatible with asynchronous plugin initialization; r=roc
--HG--
extra : rebase_source : 77e24041ced152ff1e82c98ab943f9282f2aca7d
2015-01-27 14:44:06 -07:00

13 lines
420 B
XML

<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/1999/xhtml"
onload="setTimeout(function() { forceLoadPlugin('plugin'); }, 0)"
class="reftest-wait">
<script src="forceloadplugin.js">
</script>
<menulist>
<menupopup>
<html:embed type="application/x-test" id="plugin"></html:embed>
</menupopup>
</menulist>
</window>