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