summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/1308848-1.html
blob: 894eb448af0e70ccaf500e433e905ccee8802b2b (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
<table><tbody></tbody><tfoot></tfoot></table>
<script>
  document.body.offsetTop;
  let parent = document.querySelector("table");
  let comment = document.createComment("hello");
  let footer = document.querySelector("tfoot");
  parent.insertBefore(comment, footer);
</script>