4 -webkit-animation: test infinite;
6 @-webkit-keyframes test {
12 if (window
.testRunner
)
13 testRunner
.dumpAsText();
16 <p>This tests an animation with zero duration and infinite iterations. See http:://crbug.com/
322575.
17 <p>This test passes if it doesn't crash.