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-live-with-content.html
blob
fad1b4f484333a6261dfd6bb5c898e7cd4803318
1
<!--
2
@MAC-ALLOW:AXSubrole*
3
@MAC-ALLOW-EMPTY:AXARIALive*
4
@WIN-ALLOW:live*
5
@WIN-ALLOW:container*
6
@WIN-ALLOW:BUSY*
7
-->
8
<!DOCTYPE
html
>
9
<html>
10
<body>
11
<div
role
=
"marquee"
aria-live
=
"off"
>
12
Off
13
</div>
14
<div
role
=
"marquee"
aria-live
=
"polite"
>
15
Polite
16
</div>
17
<div
role
=
"marquee"
aria-live
=
"assertive"
>
18
Assertive
19
</div>
20
</body>
21
</html>