chromium/chrome/test/data/extensions/api_test/automation/sites/ignored_nodes_not_returned.html

<!--
Copyright 2019 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<html>
  <body>
    <div role="textbox" contenteditable>
      This is a test<br role="presentation"> of a content editable.
    </div>
  </body>
</html>