no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / bugs / 558011-1.xhtml
blob3c972995dfa05fb00b9e0c9f64679584cfefeba3
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">
6 <hbox flex="1" style="direction: rtl;">
7 <richlistbox style="width: 100px; direction: rtl;">
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>
14 </window>