no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / bugs / 599882-2.html
blob4c3862e73c66e9dfdb142ea9fd82e7fd463b09b5
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style type="text/css">
5 .positioned {
6 position: relative;
7 top:200px;
10 </style>
11 </head>
12 <body>
13 <ul>
14 <li>
15 <div class="positioned">&nbsp;</div>
16 </li>
17 </ul>
18 </body>
19 </html>