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

content / test / data / accessibility / aria / aria-required-empty-input.html [blame]

<!DOCTYPE html>
<!--
@BLINK-ALLOW:ariaInvalidValue*
@BLINK-ALLOW:invalidState*
@MAC-ALLOW:AXInvalid*
@WIN-ALLOW:ia2_hypertext*
@WIN-ALLOW:IA2_STATE_INVALID_ENTRY
@WIN-ALLOW:invalid*
@AURALINUX-ALLOW:invalid*
-->
<!-- crbug.com/1318969 Don't expose invalid on an empty required field,
  in order to avoid redundant verbalizations.
-->
<html>
<body>
  <input required></input>
  <input aria-required="true"></input>
</body>
</html>