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

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

     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