1 <html id='a'
class=
"reftest-wait">
4 window
.addEventListener("MozReftestInvalidate", finish
);
5 window
.onload=function() {
6 b
.src
=document
.getElementById('c').innerHTML
;
7 b
.setAttribute('src', 'video-crash.webm');
8 document
.documentElement
.style
.display
='none';
9 w
= window
.top
.open('');
10 var o
= window
.frames
[0].document
.body
.childNodes
[0];
11 document
.getElementById('d').appendChild(o
.parentNode
.removeChild(o
));
12 o
= document
.getElementById('a');
14 o
.setAttribute('id', 0)
17 o
.setAttribute('style', 0)
25 document
.documentElement
.className
= "";
28 <iframe id='b'
></iframe>