Backed out 2 changesets (bug 1943998) for causing wd failures @ phases.py CLOSED...
[gecko.git] / layout / reftests / forms / input / datetime / time-reset-button-right-aligned-ref.html
blob3d36f206804b7031eef3567a111906bb6d24b046
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <input type="time" value="10:00" style="float: right; color: white;">
5 <!-- div to cover the left area -->
6 <div style="display:block; position:absolute; background-color:black;
7 top:0px; right:30px; width:500px; height:100px;"></div>
8 </body>
9 </html>