summaryrefslogtreecommitdiffstats
path: root/layout/reftests/xul/menulist-shrinkwrap-2.xul
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/xul/menulist-shrinkwrap-2.xul')
-rw-r--r--layout/reftests/xul/menulist-shrinkwrap-2.xul24
1 files changed, 24 insertions, 0 deletions
diff --git a/layout/reftests/xul/menulist-shrinkwrap-2.xul b/layout/reftests/xul/menulist-shrinkwrap-2.xul
new file mode 100644
index 000000000..fa7b21678
--- /dev/null
+++ b/layout/reftests/xul/menulist-shrinkwrap-2.xul
@@ -0,0 +1,24 @@
+<?xml version="1.0"?>
+<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
+ <style xmlns="http://www.w3.org/1999/xhtml">
+ <![CDATA[
+ menulist, menuitem, label { font: Menu }
+ #measurelabel { color: transparent }
+ ]]>
+ </style>
+ <stack>
+ <vbox align="left">
+ <menulist>
+ <menupopup>
+ <menuitem value="1" label="long item" />
+ <menuitem value="2" label="short" />
+ </menupopup>
+ </menulist>
+ </vbox>
+ <hbox>
+ <label id="measurelabel" value="long item" />
+ <!-- cover up the right edge of the above -->
+ <box flex="1" style="background: white" />
+ </hbox>
+ </stack>
+</window>