blob: 4ce23e73e40b4e369e47d5f8c7014b7f1cc04de6 [file]
<!--
@MAC-ALLOW:AXRoleDescription
@MAC-ALLOW:AXCustomContent
@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>