gecko-dev/layout/style/crashtests/1377256-1-helper.html

14 строки
329 B
HTML

<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>