trisquel-icecat/icecat/layout/reftests/forms/button/focus-non-themed-ref.html

10 lines
188 B
HTML

<!doctype html>
<style>
button {
outline: none;
-moz-appearance: none;
appearance: none;
}
button::-moz-focus-inner { border: 0 }
</style>
<button autofocus>Foo</button>