8 <div id='target'
></div>
9 This test passes if it does not crash. Newly referenced resources in the Web Animations api should be resolved in the style building stage.
12 {backgroundImage
: 'url(../animations/resources/blue-100.png)', color
: 'blue'},
13 {backgroundImage
: 'url(../animations/resources/green-100.png)', color
: 'green'},
14 ], {duration
: 1, fill
: 'forwards'});
15 if (window
.testRunner
) {
16 testRunner
.dumpAsText();
17 testRunner
.waitUntilDone();
19 requestAnimationFrame(function() {
20 if (window
.testRunner
) {
21 testRunner
.notifyDone();