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.html
blob
ca8199d17e33e364f40782dd8de9afc1c58a59d7
1
<!--
2
@WIN-ALLOW:MIXED*
3
@WIN-ALLOW:CHECKED*
4
@WIN-ALLOW:checkable:*
5
@WIN-ALLOW:IA2_STATE_CHECKABLE*
6
-->
7
<html>
8
<body>
9
<form>
10
<input
type
=
"radio"
name
=
"r"
>
11
<input
type
=
"radio"
name
=
"r"
>
12
</form>
13
<form>
14
<input
type
=
"radio"
name
=
"r"
>
15
<input
type
=
"radio"
name
=
"r"
checked
>
16
</form>
17
</body>
18
</html>