haikuwebkit/LayoutTests/fast/forms/number/number-appearance-spinbutto...

8 lines
275 B
HTML

<!DOCTYPE html>
<body>
<!-- The following two input fields should look identical except opacity.
We had a bug about spin button rendering on a layer. -->
<input type=number value=10 style="opacity:0.999999"><br>
<input type=number value=10 style="opacity:1.0">
</body>