4 -webkit-animation-delay:
5ms;
5 -webkit-animation-name: anim;
7 @-webkit-keyframes anim {
8 from { transform: translateX(
10px); }
11 <script type=
"text/javascript" charset=
"utf-8">
12 if (window.testRunner) {
13 testRunner.dumpAsText();
14 testRunner.waitUntilDone();
17 function waitForAnimation()
19 window.setTimeout(function() {
20 if (window.testRunner)
21 testRunner.notifyDone();
24 window.addEventListener('load', waitForAnimation, false);
26 <p>Test passes if it does not crash.
</p>
27 <span class=
"box">Hello world
</span>