summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/select/focusring-2-ref.html
blob: c7c16a5e5e737053d6ab1fd3d3a965ca4239a0d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE HTML>
<html><head>
    <meta charset="utf-8">
    <title>Testcase #2 for bug 1253977</title>
    <style type="text/css">

* { -moz-appearance:none; }
:focus {
  border:2px solid black;
}
:-moz-focusring {
  outline: 2px dashed black;
}

    </style>
</head>
<body>

<select><option>1<option>2</select>

</body>
</html>