summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/input/datetime/time-content-left-aligned-ref.html
blob: ad8be9adc1129fa9f7359e007348b51acae036e8 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html>
  <body>
     <input type="time" style="width: 200px;">
     <!-- div to cover the right area -->
     <div style="display:block; position:absolute; background-color:black;
                 top:0px; left:40px; width:200px; height:100px;"></div>
  </body>
</html>