558011-1-ref.xhtml (503B)
1 <?xml version="1.0" encoding="UTF-8" ?> 2 <?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?> 3 <window xmlns:html="http://www.w3.org/1999/xhtml" 4 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> 5 6 <hbox flex="1" style="direction: rtl;"> 7 <richlistbox style="width: 100px; direction: ltr;"> 8 <item>this is a really really really really long test sentence</item> 9 </richlistbox> 10 <splitter/> 11 <browser flex="1" src="" type="content" primary="true"/> 12 </hbox> 13 14 </window>