trisquel-icecat/icecat/layout/reftests/forms/input/number/number-reframe-anon-text-field-ref.html

17 lines
183 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
input {
font-size: 30pt;
background-color: lightblue;
}
</style>
</head>
<body>
<input type="number">
</body>
</html>