summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/1308848-2.html
blob: a83c395de532186c7ae0ff963d5b9799331795e8 (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 pi = document.createProcessingInstruction('xml-stylesheet', 'href="test.css"');
  let footer = document.querySelector("tfoot");
  parent.insertBefore(pi, footer);
</script>