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
Backed out changeset b94afd94ed9c (bug 1924861) for causing multiple bc failures...
[gecko.git]
/
layout
/
reftests
/
forms
/
select
/
focusring-2-ref.html
blob
c7c16a5e5e737053d6ab1fd3d3a965ca4239a0d8
1
<!DOCTYPE
HTML
>
2
<html><head>
3
<meta
charset
=
"utf-8"
>
4
<title>
Testcase #
2
for bug
1253977
</title>
5
<style
type
=
"text/css"
>
6
7
* {
-moz-appearance
:
none
; }
8
:
focus
{
9
border
:
2px
solid black
;
10
}
11
:-
moz-focusring
{
12
outline
:
2px
dashed black
;
13
}
14
15
</style>
16
</head>
17
<body>
18
19
<select><option>
1
<option>
2
</select>
20
21
</body>
22
</html>