1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-07-20 22:18:32 +00:00
Files
UXP/layout/reftests/forms/input/number/number-placeholder-ref.html
T

18 lines
196 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
input {
width: 15em;
color: blue;
font-style: italic;
}
</style>
</head>
<body>
<input type="number" value="123">
</body>
</html>