1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15

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

<!--
@MAC-ALLOW:AXBrailleRoleDescription
@WIN-ALLOW:brailleroledescription*
@UIA-WIN-ALLOW:*
@AURALINUX-ALLOW:brailleroledescription*
@BLINK-ALLOW:ariaBrailleRoleDescription*
-->
<!DOCTYPE html>
<html>
</body>
  <div role="checkbox" aria-brailleroledescription="aria braille role description"></div>
  <div role="checkbox"></div>
  <div role="checkbox" aria-brailleroledescription=""></div>
</body>
</html>