summaryrefslogtreecommitdiffstats
path: root/layout/style/crashtests/1377256-1-helper.html
blob: 67c7dd05b4c14dc6ef6b5a2b4c6b00ae780efc8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<script>
document.addEventListener("DOMContentLoaded", function(){
  window.getSelection().modify('extend','backward','character');
  let n=document.getElementById('a');
  n.parentNode.removeChild(n);
  setTimeout(function(){window.parent.finish(); }, 0);
});
</script>
<body id='a'>
<table contenteditable='true'>
>
<th
</html>