Files
UXP-Fixed/layout/reftests/forms/input/datetime/time-small-width-height.html
2018-03-30 12:17:17 +02:00

20 lines
345 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
input {
width: 8px;
height: 8px;
outline: 1px dotted black;
color: white;
/* Disable baseline alignment, so that our y-position isn't influenced by the
* choice of font inside of input: */
vertical-align: top;
}
</style>
</head>
<body>
<input type="time">
</body>
</html>