no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / first-line / stress-7.html
blobfb8fdfd594d452aea7467ac7088856aaa442ae00
1 <!DOCTYPE html>
2 <html><head>
3 <style>
4 body > span::first-line { }
5 span::before { content:"before text"; border:3px solid black;}
6 </style>
7 </head>
8 <body>
10 <span style=" float: left; column-count: 2;">
11 <span style="float: right;">
12 <span style=" float: right;column-count: 2;"></span>
13 </span>
14 </span>
16 </body>
17 </html>