chromium/third_party/blink/web_tests/accessibility/accessibility-node-appendChild-to-self.html

<script>
if (window.testRunner)
  testRunner.dumpAsText();
let a = new AccessibleNode();
a.appendChild(a);
</script>