chromium/chrome/test/data/textinput/content_editable.html

<html>
  <head>
    <script src="textinput_helper.js"></script>
  </head>
  <body>
    <a href="#" id="anchor_id" contenteditable="true">abcdef</a>
  </body>
</html>