summaryrefslogtreecommitdiffstats
path: root/layout/reftests/xul/menulist-shrinkwrap-1-ref.xul
blob: 7c85e4c6b07a487e5533cca4c85dbc43629b7b4e (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="short" />
      <menuitem value="2" label="long item" />
    </menupopup>
  </menulist>
</window>