4 background: url('a'), url('b');
5 -webkit-animation: test
1s;
8 @-webkit-keyframes test {
9 to { background: url('a'), url('b'); }
12 <pre>This test passes if it does not crash.
</pre>
14 if (window
.testRunner
) {
15 testRunner
.dumpAsText();
16 testRunner
.waitUntilDone();
17 requestAnimationFrame(function () {
18 testRunner
.notifyDone();