chromium/content/test/data/accessibility/html/frame/visible_text.html

<!DOCTYPE html>
<html>
<body>
  <div>visible text</div>
  <div style="height: 1000px; width: 1000px; background-color: blue"></div>
  <div style="white-space:nowrap;">hidden from viewport</div>
</body>
</html>