1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-12 19:38:36 +00:00
Files
UXP/layout/reftests/forms/input/datetime/time-reset-button-right-aligned-ref.html
T
2019-02-15 23:44:39 +08:00

10 lines
310 B
HTML

<!DOCTYPE html>
<html>
<body>
<input type="time" value="10:00" style="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>