tenfourfox/layout/reftests/css-valid/button/button-disabled-ref.html

7 lines
114 B
HTML
Raw Normal View History

2017-04-19 00:56:45 -07:00
<!DOCTYPE html>
<html>
<body>
<button style="background-color: green;" disabled></button>
</body>
</html>