trisquel-icecat/icecat/dom/media/tests/crashtests/1505957.html

31 lines
877 B
HTML

<html id='a' class="reftest-wait">
<script>
let w;
window.addEventListener("MozReftestInvalidate", finish);
window.onload=function() {
b.src=document.getElementById('c').innerHTML;
b.setAttribute('src', 'video-crash.webm');
document.documentElement.style.display='none';
w = window.top.open('');
var o = window.frames[0].document.body.childNodes[0];
document.getElementById('d').appendChild(o.parentNode.removeChild(o));
o = document.getElementById('a');
var p = o.parentNode;
o.setAttribute('id', 0)
p.removeChild(o);
p.appendChild(o);
o.setAttribute('style', 0)
p.removeChild(o);
p.appendChild(o);
}
function finish() {
try {
w.close();
} catch (e) {}
document.documentElement.className = "";
}
</script>
<iframe id='b'></iframe>
<object id='c'>
<ruby id='d'>
</html>