1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-13 03:48:44 +00:00
Files
UXP/layout/reftests/forms/input/datetime/time-content-left-aligned-ref.html
T
2019-02-15 23:44:39 +08:00

10 lines
286 B
HTML

<!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>