layout/reftests/xul/menulist-shrinkwrap-2-ref.xul

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

     1 <?xml version="1.0"?>
     2 <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
     3   <style xmlns="http://www.w3.org/1999/xhtml">
     4     <![CDATA[
     5       menulist, menuitem, label { font: Menu }
     6       #measurelabel { color: transparent }
     7     ]]>
     8   </style>
     9   <stack>
    10     <vbox>
    11       <menulist>
    12         <menupopup>
    13           <menuitem value="1" label="long item" />
    14           <menuitem value="2" label="short" />
    15         </menupopup>
    16       </menulist>
    17     </vbox>
    18     <hbox>
    19       <label id="measurelabel" value="long item" />
    20       <!-- cover up the right edge of the above -->
    21       <box flex="1" style="background: white" />
    22     </hbox>
    23   </stack>
    24 </window>

mercurial