Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / animations / base-render-style-crash.html
blobef52ffed6c8a8842484e0749d2de923a171c8861
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":"border-box"}], 2000);
8 try {bs.appendChild(document.querySelector("e2").cloneNode(true));}catch(e){}
9 dc.contentDocument.body.appendChild(ak);
10 </script>
11 </object>
12 </canvas>