no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / bugs / 403134-1.html
bloba82123cb375111a5725fc1a5a8bb037bac3b71e4
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
6 #div:first-letter { color: green; }
8 </style>
9 </head>
11 <body onload="document.getElementById('div').appendChild(document.createTextNode(''));">
13 <div style="column-width: 0.5em; column-gap: 100px;" id="div">xx ! </div>
15 </body>
16 </html>