chromium/content/test/data/accessibility/accname/name-link-mixed-content.html

<!--
@BLINK-DENY:descri*
-->
<!doctype html>
<html>
<body>
<style>
  .hidden { display: none; }
</style>
<div id="test" role="link" tabindex="0">
  <span aria-hidden="true"><i> Hello, </i></span>
  <span>My</span> name is
  <div><img src="file.jpg" title="Bryan" alt="" role="presentation" /></div>
  <span role="presentation" aria-label="Eli"><span aria-label="Garaventa">Zambino</span></span>
  <span>the weird.</span>
  (QED)
  <span class="hidden"><i><b>and don't you forget it.</b></i></span>
</div>
</body>
</html>