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