1 <iframe id=
"iframe"></iframe>
3 This test passes if it does not crash.
6 <embed id=
"embed"></embed>
8 try{embed
.appendChild(null);}catch(e
){}
9 iframe
.animate([{"position":"fixed"}, {"position":"static"}], {duration
: 1, fill
: 'forwards'});
10 div3
.appendChild(div1
);
11 if (window
.testRunner
) {
12 testRunner
.waitUntilDone();
13 testRunner
.dumpAsText();
14 requestAnimationFrame(function() {
15 document
.documentElement
.textContent
= 'PASS';
16 testRunner
.notifyDone();