| <div id="target">This test passes if it does not crash.</div> | |
| <script> | |
| target.animate([{fontStyle: "oblique"}, {fontStyle: "oblique"}], 1000); | |
| if (window.testRunner) { | |
| testRunner.waitUntilDone(); | |
| testRunner.dumpAsText(); | |
| requestAnimationFrame(function() { | |
| testRunner.notifyDone(); | |
| }); | |
| } | |
| </script> |