chromium/content/test/data/accessibility/aria/aria-busy.html

<!--
@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>