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

9 lines
147 B
HTML

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