Backed out changeset b94afd94ed9c (bug 1924861) for causing multiple bc failures...
[gecko.git] / layout / reftests / forms / select / listbox-focus.html
blob0689ed43b8d484a5da8a55271623c39519e87847
1 <!doctype html>
2 <style>
3 select {
4 appearance: none;
5 outline: none;
6 border: none;
8 </style>
9 <select multiple autofocus>
10 <option>First</option>
11 <option>Second</option>
12 <option>Third</option>
13 </select>