2 This test passes if it does not crash.
7 $ = document
.querySelector
.bind(document
);
8 $('embed').animate([], 0);
10 $('textarea').animate([{float: 'left'}, {float: 'left'}], {duration
: 1, fill
: 'forwards'});
11 if (window
.testRunner
) {
12 testRunner
.waitUntilDone();
13 testRunner
.dumpAsText();
14 requestAnimationFrame(function() {
15 testRunner
.notifyDone();