4 -webkit-animation-name: test;
5 -webkit-animation-fill-mode: backwards;
7 -webkit-animation-delay:
18000000000000000s;
9 @-webkit-keyframes test {
15 if (window
.testRunner
)
16 testRunner
.dumpAsText();
19 <p>This tests an animation with zero duration and a very large start delay. See http:://crbug.com/
324323.
20 <p>This test passes if it doesn't crash.