layout/base/crashtests/354771-1.xul

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/base/crashtests/354771-1.xul	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,28 @@
     1.4 +<?xml version="1.0"?>
     1.5 +
     1.6 +<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
     1.7 +
     1.8 +<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
     1.9 +
    1.10 +<listbox flex="1" style="float: right">
    1.11 +  <listitem label="foo"/>
    1.12 +  <listitem label="foo"/>
    1.13 +  <listitem label="foo"/>
    1.14 +  <listitem label="foo"/>
    1.15 +  <listitem label="foo"/>
    1.16 +  <listitem label="foo"/>
    1.17 +  <listitem label="foo"/>
    1.18 +  <listitem label="foo"/>
    1.19 +  <listitem label="foo"/>
    1.20 +  <listitem label="foo"/>
    1.21 +  <listitem label="foo"/>
    1.22 +  <listitem label="foo"/>
    1.23 +  <listitem label="foo"/>
    1.24 +  <listitem label="foo"/>
    1.25 +  <listitem label="foo"/>
    1.26 +  <listitem label="foo"/>
    1.27 +  <listitem label="b" style="float: left;"/>
    1.28 +  <listitem label="c" style="position: absolute"/>
    1.29 +</listbox>
    1.30 +
    1.31 +</window>

mercurial