repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update broken references to image assets
[chromium-blink-merge.git]
/
content
/
test
/
data
/
accessibility
/
event
/
listbox-focus.html
blob
8ed51e5669fc8716da60668e694bac20b7ec3c47
1
<!--
2
@MAC-DENY:AXLayoutComplete*
3
-->
4
<!DOCTYPE
html
>
5
<html>
6
<body>
7
<select
size=
3
>
8
<option
selected
>
Apple
</option>
9
<option>
Orange
</option>
10
<option>
Banana
</option>
11
</select>
12
<script>
13
function
go
() {
14
document
.
querySelector
(
'select'
).
focus
();
15
}
16
</script>
17
</body>
18
</html>