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

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

<!DOCTYPE html>
<!--
@UIA-WIN-ALLOW:LocalizedControlType*
-->
<html>
<head>
<style>
  /* Make the text small so that it doesn't line-wrap. */
  p { font-size: 8px; }
</style>
</head>
<body>

<p>My favorite browser is <span role="deletion">ABC</span> <span role="insertion">Chrome</span>!</p>

</body>
</html>