4 <title>Bug
1007278: test all types of buttons look similar when disabled
</title>
7 <button>Some text
</button>
8 <input type=
"button" value=
"Some text">
12 <button disabled
>Some text
</button>
13 <input disabled
type=
"button" value=
"Some text">
14 <input disabled
type=
"reset">
15 <input disabled
type=
"submit">