summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/508908-1.xul
blob: 8d2d0b4002536a3dd40df3fe4e0f3d6fa71b6dcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<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>