summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/354771-1.xul
diff options
context:
space:
mode:
Diffstat (limited to 'layout/base/crashtests/354771-1.xul')
-rw-r--r--layout/base/crashtests/354771-1.xul28
1 files changed, 28 insertions, 0 deletions
diff --git a/layout/base/crashtests/354771-1.xul b/layout/base/crashtests/354771-1.xul
new file mode 100644
index 000000000..0ff2ba8e7
--- /dev/null
+++ b/layout/base/crashtests/354771-1.xul
@@ -0,0 +1,28 @@
+<?xml version="1.0"?>
+
+<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
+
+<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
+
+<listbox flex="1" style="float: right">
+ <listitem label="foo"/>
+ <listitem label="foo"/>
+ <listitem label="foo"/>
+ <listitem label="foo"/>
+ <listitem label="foo"/>
+ <listitem label="foo"/>
+ <listitem label="foo"/>
+ <listitem label="foo"/>
+ <listitem label="foo"/>
+ <listitem label="foo"/>
+ <listitem label="foo"/>
+ <listitem label="foo"/>
+ <listitem label="foo"/>
+ <listitem label="foo"/>
+ <listitem label="foo"/>
+ <listitem label="foo"/>
+ <listitem label="b" style="float: left;"/>
+ <listitem label="c" style="position: absolute"/>
+</listbox>
+
+</window>