summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/1452839.html
blob: d427c260273a8a9d8347efe16bc1ba0d7b6a1866 (plain)
1
2
3
4
5
6
7
8
<html>
<script>
document.addEventListener('DOMContentLoaded', () => {
  document.appendChild(document.createComment(''));
  document.documentElement.remove();
})
</script>
</html>