trisquel-icecat/icecat/layout/reftests/forms/button/focus-non-themed-ref.html
2025-10-06 02:35:48 -06:00

9 lines
147 B
HTML

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