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
add a use_alsa gyp setting
[chromium-blink-merge.git]
/
content
/
test
/
data
/
accessibility
/
input-image-button-in-menu.html
blob
e71390622517d5ff996aa0a36c7dc9743f4093df
1
<html>
2
<body>
3
<menu
type
=
"list"
>
4
<input
type
=
"image"
src
=
"bullet.png"
alt
=
"Bullet"
value
=
"Image button in menu element"
>
5
</menu>
6
<div
role
=
"menu"
>
7
<input
type
=
"image"
src
=
"bullet.png"
alt
=
"Bullet"
value
=
"Image button in element with menu role"
>
8
</div>
9
</menu>
10
</body>
11
</html>