Sign in
chromium
/
codesearch
/
chromium
/
src
/
HEAD
/
.
/
chrome
/
test
/
data
/
select.html
blob: 69f620c9dab960940a778549e46dc6624264ba43 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<select
id
=
"select"
>
<option
selected
>
Apple
</option>
<option>
Orange
</option>
<option>
Banana
</option>
</select>
<p>
The above select element should have Apple focused.
</body>
</html>