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
GPU workaround to simulate Out of Memory errors with large textures
[chromium-blink-merge.git]
/
content
/
test
/
data
/
accessibility
/
aria
/
aria-live.html
blob
83f4e6e9c2de804526ac5a8481933ddffbd08b80
1
<!--
2
@MAC-ALLOW:AXSubrole*
3
@MAC-ALLOW:AXARIALive*
4
@WIN-ALLOW:live*
5
@WIN-ALLOW:container*
6
@WIN-ALLOW:BUSY*
7
-->
8
<!DOCTYPE
html
>
9
<html>
10
<body>
11
<div
tabindex=
0
role
=
"marquee"
aria-live
=
"off"
></div>
12
<div
tabindex=
1
role
=
"marquee"
aria-live
=
"polite"
></div>
13
<div
tabindex=
2
role
=
"marquee"
aria-live
=
"assertive"
></div>
14
</body>
15
</html>