OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <p>PASS if no crash and no assertion failure.</p> | |
3 <iframe id="dc"></iframe> | |
4 <canvas id="ak"> | |
5 <object id="bs"> | |
6 <script> | |
7 bs.animate([{"backgroundClip":"content-box"}, {"backgroundClip":"bor der-box"}], 2000); | |
8 try {bs.appendChild(document.querySelector("e2").cloneNode(true));}c atch(e){} | |
9 dc.contentDocument.body.appendChild(ak); | |
10 </script> | |
11 </object> | |
12 </canvas> | |
OLD | NEW |