layout/xul/crashtests/291702-2.xul

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/xul/crashtests/291702-2.xul	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,11 @@
     1.4 +<?xml version="1.0"?>
     1.5 +<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
     1.6 +
     1.7 +<window title="Negative flex bug #2"
     1.8 +		orient="horizontal"
     1.9 +        xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
    1.10 +  <button label="Button" flex="1073741824"/>
    1.11 +  <label value="This is a label" flex="1073741824"/>
    1.12 +  <label value="This is the second label" flex="1073741824"/>
    1.13 +  <label value="This is another label" style="-moz-box-flex: 1073741824;"/>
    1.14 +</window>

mercurial