repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 1940304 - Fix browser_sidebar_button_reset.js intermittent r=sidebar-reviewers...
[gecko.git]
/
layout
/
reftests
/
forms
/
button
/
focus-non-themed.html
blob
0fa28a92595f9368c1be337a77fb3571cbec4984
1
<!doctype
html
>
2
<style>
3
button {
4
outline: none;
5
-moz-appearance: none;
6
appearance: none;
7
}
8
</style>
9
<button
autofocus
>
Foo
</button>