no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / bugs / 397844-1.xhtml
blob2f50f1c7d9162f7e6dedbf4916adf6d44b831431
1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <head>
3 <style>
4 .fl:first-letter { }
5 </style>
6 </head>
8 <body dir="rtl" onload="document.getElementById('t').style.padding = '0';">
10 <div class="fl" id="t"><span>abc</span></div>
12 </body>
13 </html>