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-status.html
blob
f287c094697941faf3f83a5cdb21c38e95023b46
1
<!--
2
@MAC-ALLOW:AXRole*
3
@MAC-ALLOW:AXSubrole*
4
@WIN-ALLOW:xml-roles*
5
@WIN-ALLOW:*atomic*
6
@WIN-ALLOW:*live*
7
@WIN-ALLOW:*relevant*
8
-->
9
<!DOCTYPE
html
>
10
<html>
11
<body>
12
<div
role
=
"status"
></div>
13
<div
role
=
"status"
aria-atomic
=
"false"
></div>
14
</body>
15
</html>