mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 01:43:08 +09:00
17 lines
415 B
HTML
17 lines
415 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Bug 1007278: test all types of buttons look similar when disabled</title>
|
|
</head>
|
|
<body>
|
|
<button>Some text</button>
|
|
<button>Some text</button>
|
|
<button>Reset</button>
|
|
<button>Submit Query</button>
|
|
<br>
|
|
<button disabled>Some text</button>
|
|
<button disabled>Some text</button>
|
|
<button disabled>Reset</button>
|
|
<button disabled>Submit Query</button>
|
|
</body>
|
|
</html>
|