mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
87b041b88d
--HG-- extra : rebase_source : 77e24041ced152ff1e82c98ab943f9282f2aca7d
13 lines
420 B
XML
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>
|