summaryrefslogtreecommitdiffstats
path: root/layout/xul/crashtests/151826-1.xul
blob: 1115dae72038b3e720d9ffc394e5bbec116d2e82 (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/" 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>