blob: 3529969002c4860b38f80a8ee6e3c1206824843a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!--
@MAC-ALLOW:AXARIAAtomic=*
@WIN-ALLOW:atomic:*
@WIN-ALLOW:container-atomic:*
-->
<!DOCTYPE html>
<html>
<body>
<p id="ariaatomicfalse" role="log" aria-live="polite" aria-atomic="false" tabindex="0"> This test is for aria-atomic="false" </p>
<p id="ariaatomictrue" role="log" aria-live="polite" aria-atomic="true" tabindex="1"> This test is for aria-atomic="true" </p>
</body>
</html>
|