mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-16 17:33:08 +09:00
9 lines
182 B
HTML
9 lines
182 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Bug 1007278: check disabled and non-disabled buttons look different</title>
|
|
</head>
|
|
<body>
|
|
<button disabled>Some text</button>
|
|
</body>
|
|
</html>
|