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
Use multiline attribute to check for IA2_STATE_MULTILINE.
[chromium-blink-merge.git]
/
content
/
test
/
data
/
accessibility
/
html
/
input-radio-in-menu.html
blob
f41eae338e10abb347c09f5062eb9b19dc655e7f
1
<!--
2
@WIN-ALLOW:MIXED*
3
@WIN-ALLOW:checkable*
4
-->
5
<html>
6
<body>
7
<menu
type
=
"list"
>
8
<input
type
=
"radio"
>
9
</menu>
10
<div
role
=
"menu"
>
11
<input
type
=
"radio"
>
12
</div>
13
</body>
14
</html>