mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 04:27:37 +00:00
27 lines
620 B
Plaintext
27 lines
620 B
Plaintext
|
<?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>
|