gecko-dev/layout/generic/crashtests/1281102.html

31 строка
1.1 KiB
HTML

<script>
function start() {
o46=(new DOMParser()).parseFromString("<menu><li></li>a a",'text/html');
document.replaceChild(o46.documentElement,document.documentElement);
o66=document.createElement('form');
o100=document.createElement('table');
o119=document.createElement('iframe');
o66.appendChild(o119);
o135=document.createElement('tfoot');
o100.appendChild(o135);
document.body.appendChild(o100);
o66.style.display='grid';
o281=document.createElement('table');
o135.appendChild(o281);
o310=document.createTextNode("{ }");
o119.style.pageBreakBefore='left';
o418=document.createElement('th');
o100.appendChild(o310);
o281.appendChild(o418);
o135.style.display='table-row-group';
document.documentElement.style.MozColumnCount='59';
setTimeout(f2, 4);
}
function f2() {
o100.setAttribute('style'," transition-delay: 128ms; padding-right: 5rem");
o418.appendChild(o66);
setTimeout("location.reload()",800);
}
</script>
<body onload="start()"></body>