chromium/content/test/data/accessibility/aria/aria-insertion-deletion.html

<!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>