1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/xul/menulist-shrinkwrap-2-ref.xul Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,24 @@ 1.4 +<?xml version="1.0"?> 1.5 +<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> 1.6 + <style xmlns="http://www.w3.org/1999/xhtml"> 1.7 + <![CDATA[ 1.8 + menulist, menuitem, label { font: Menu } 1.9 + #measurelabel { color: transparent } 1.10 + ]]> 1.11 + </style> 1.12 + <stack> 1.13 + <vbox> 1.14 + <menulist> 1.15 + <menupopup> 1.16 + <menuitem value="1" label="long item" /> 1.17 + <menuitem value="2" label="short" /> 1.18 + </menupopup> 1.19 + </menulist> 1.20 + </vbox> 1.21 + <hbox> 1.22 + <label id="measurelabel" value="long item" /> 1.23 + <!-- cover up the right edge of the above --> 1.24 + <box flex="1" style="background: white" /> 1.25 + </hbox> 1.26 + </stack> 1.27 +</window>