chromium/third_party/blink/web_tests/inspector-protocol/dom/resources/dom-get-detached-nodes-gc.html

<!DOCTYPE html>
<html>
  <body>
    <div id = 'a'>
      <div id = 'ab'>
        <div id = 'abc'></div>
      </div>
    </div>
    <div id = 'b'>
      <div id = 'bc'>
        <div id = 'bcd'></div>
      </div>
    </div>
    <div id = 'c'>
      <div id = 'cd'>
        <div id = 'cde'></div>
      </div>
    </div>
  </body>
</html>