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
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
content
/
test
/
data
/
accessibility
/
html
/
input-button-in-menu.html
blob
98d70679e66feee1fb0928403b728c1cba2dd467
1
<!--
2
@WIN-ALLOW:xml-roles:*
3
-->
4
<html>
5
<body>
6
<menu
type
=
"list"
>
7
<input
type
=
"button"
value
=
"Button in menu element"
>
8
</menu>
9
<div
role
=
"menu"
>
10
<input
type
=
"button"
value
=
"Button in element with menu role"
>
11
</div>
12
13
</body>
14
</html>