mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-05-27 23:18:59 +00:00
16 lines
243 B
HTML
16 lines
243 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Bug 1007278: test button "disabled" text style</title>
|
|
<style>
|
|
button {
|
|
border-width: 0;
|
|
background: transparent;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<button disabled>Some text</button>
|
|
</body>
|
|
</html>
|