Speculatively backout changeset bc8d1b9545c5 (bug 914926) on suspicion of causing...
[gecko.git] / layout / reftests / xul / menulist-shrinkwrap-2.xul
blobfa7b2167844e0e0e2e195fcea2a97d119fc70b0a
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 align="left">
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>