summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/button/focus-non-themed-ref.html
blob: 8f5577671c365c4bc35f21740a86469ef24240a1 (plain)
1
2
3
4
5
6
7
8
9
10
<!doctype html>
<style>
  button {
    outline: none;
    -moz-appearance: none;
    appearance: none;
  }
  button::-moz-focus-inner { border: 0 }
</style>
<button autofocus>Foo</button>