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-text.html
blob
30bdca7184fe9e29cd7591bb1a476beb8f89f489
1
<!--
2
@MAC-ALLOW:AXRole*
3
@MAC-ALLOW:AXPlaceholder*
4
@WIN-ALLOW:text-input-type*
5
@WIN-ALLOW:IA2_STATE*
6
-->
7
<!DOCTYPE
html
>
8
<html>
9
<body>
10
<input
type
=
"text"
placeholder
=
"Name"
>
11
</body>
12
</html>