no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / forms / input / datetime / time-content-left-aligned.html
blobaa910cddf99c4f9ef79bbf355b56d967be7898c1
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <input type="time" style="width: 50px;">
5 <!-- div to cover the right area -->
6 <div style="display:block; position:absolute; background-color:black;
7 top:0px; left:40px; width:200px; height:100px;"></div>
8 </body>
9 </html>