summaryrefslogtreecommitdiffstats
path: root/layout/reftests/xul/menulist-shrinkwrap-1.xul
blob: c7141814fa69744ffbd6bfa2ec5058963f06c480 (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0"?>
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" align="left">
  <menulist style="color: transparent">
    <menupopup>
      <menuitem value="1" label="long item" />
      <menuitem value="2" label="short" />
    </menupopup>
  </menulist>
</window>