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-range.html
blob
9ec2a7c1f16d54730e81031833e1b3053bc149d0
1
<!--
2
@WIN-ALLOW:currentValue*
3
@WIN-ALLOW:valuetext*
4
@WIN-DENY:description*
5
@WIN-DENY:name*
6
@WIN-ALLOW:xml-roles:*
7
-->
8
<html>
9
<body>
10
<input
type
=
"range"
min=
1
max=
10
value=
5
>
11
</body>
12
</html>