Bug 1940304 - Fix browser_sidebar_button_reset.js intermittent r=sidebar-reviewers...
[gecko.git] / layout / reftests / forms / button / focus-non-themed.html
blob0fa28a92595f9368c1be337a77fb3571cbec4984
1 <!doctype html>
2 <style>
3 button {
4 outline: none;
5 -moz-appearance: none;
6 appearance: none;
8 </style>
9 <button autofocus>Foo</button>