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
/
aria
/
aria-tooltip.html
blob
6032e13c5b155032e6cc5fd9c33043c1834fc2c0
1
<!--
2
@MAC-ALLOW:AXRole*
3
@MAC-ALLOW:AXSubrole*
4
@WIN-ALLOW:xml-roles:*
5
@WIN-DENY:name*
6
-->
7
<!DOCTYPE
html
>
8
<html>
9
<body>
10
<input
type
=
"text"
id
=
"username"
aria-describedby
=
"username-tip"
/>
11
<div
role
=
"tooltip"
id
=
"username-tip"
>
Your username should be your email id
</div>
12
</body>
13
</html>