chromium/headless/test/data/dom_tree_test.html

<html>
<head>
<title>Hello world!</title>
<link href="dom_tree_test.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="id1">
<h1 class='red'>Some text.</h1>
<iframe src="/iframe.html" width="400" height="200"></iframe>
<div id="id2">
  <div id="id3">
    <div id="id4">
      <a href="https://www.google.com">Google!</a>
      <p>A paragraph!</p>
      <br>
      <div class='green'>Some <em>green</em> text...</div>
    </div>
  </div>
</div>
</body>
</html>