mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-05-27 18:28:27 +00:00
10 lines
195 B
HTML
10 lines
195 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Bug 1007278: check disabled and non-disabled buttons look different</title>
|
|
</head>
|
|
<body>
|
|
<input disabled type="button" value="Some text">
|
|
</body>
|
|
</html>
|