1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20
   21
   22

content / test / data / accessibility / aria / aria-busy.html [blame]

<!--
@MAC-ALLOW:AXARIABusy
@MAC-ALLOW:AXRoleDescription
@WIN-ALLOW:BUSY*
@WIN-DENY:description:*
@WIN-DENY:description-from*
@BLINK-ALLOW:liveBusy*
@BLINK-ALLOW:containerLiveBusy*
@BLINK-DENY:descriptionFrom*
@AURALINUX-DENY:description:*
@AURALINUX-DENY:description-from*
@AURALINUX-ALLOW:busy
@AURALINUX-ALLOW:*live*
-->
<!DOCTYPE html>
<html>
<body>
<div tabindex=0 role="log" aria-busy="true" aria-label="Busy log"></div>
<div tabindex=1 role="log" aria-busy="false" aria-label="Not-busy log"></div>
<div aria-busy="true" name='plain div' aria-description="plain div"></div>
</body>
</html>