summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/input/datetime/time-reset-button-right-aligned.html
blob: 72d5cc140e1aa302c61550675d947f1cde9dda52 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
  <body>
    <input type="time" value="10:00" style="width: 150px; float: right;
                                            color: white;">
    <!-- div to cover the left area -->
    <div style="display:block; position:absolute; background-color:black;
                top:0px; right:30px; width:500px; height:100px;"></div>
  </body>
</html>