summaryrefslogtreecommitdiffstats
path: root/layout/xul/crashtests/151826-1.xhtml
blob: bb8ee2e200f933c321f520700f2c5afe6b6dce63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>

<window
   title      = "Arrowscrollbox->Splitter Crash Testcase"
   xmlns      = "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
   xmlns:html="http://www.w3.org/1999/xhtml"
   width      = "300"
   height     = "200"
   orient     = "vertical"
>
<vbox flex="1">

<scrollbox flex="1">
<vbox flex="1">
<vbox id="box_1">
<hbox><label value="Test"/></hbox>
</vbox>
<splitter collapse="none"/>
<vbox id="box_2">
<hbox><label value="Test"/></hbox>
</vbox>
</vbox>
</scrollbox>

</vbox>
</window>