1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/xul/crashtests/151826-1.xul Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,27 @@ 1.4 +<?xml version="1.0"?> 1.5 +<?xml-stylesheet href="chrome://global/skin/" type="text/css"?> 1.6 + 1.7 +<window 1.8 + title = "Arrowscrollbox->Splitter Crash Testcase" 1.9 + xmlns = "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" 1.10 + xmlns:html="http://www.w3.org/1999/xhtml" 1.11 + width = "300" 1.12 + height = "200" 1.13 + orient = "vertical" 1.14 +> 1.15 +<vbox flex="1"> 1.16 + 1.17 +<scrollbox flex="1"> 1.18 +<vbox flex="1"> 1.19 +<vbox id="box_1"> 1.20 +<hbox><label value="Test"/></hbox> 1.21 +</vbox> 1.22 +<splitter collapse="none"/> 1.23 +<vbox id="box_2"> 1.24 +<hbox><label value="Test"/></hbox> 1.25 +</vbox> 1.26 +</vbox> 1.27 +</scrollbox> 1.28 + 1.29 +</vbox> 1.30 +</window> 1.31 \ No newline at end of file