gecko-dev/layout/reftests/forms/input/number/number-disabled-ref.html

9 строки
247 B
HTML

<!DOCTYPE html>
<html>
<body>
<input type="text" disabled>
<!-- div to cover spin box area -->
<div style="display:block; position:absolute; background-color:black; width:200px; height:100px; top:0px; left:100px;">
</body>
</html>