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

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

<!--
@MAC-ALLOW:AXRoleDescription
@MAC-ALLOW:accessibilityCustomContent
@MAC-ALLOW:AXHelp*
@WIN-ALLOW:xml-roles:*
@WIN-DENY:name*
-->
<!DOCTYPE html>
<html>
<body>
  <input type="text" id="username" aria-describedby="username-tip" />
  <div role="tooltip" id="username-tip">Your username should be your email id</div>
</body>
</html>