4 <title>Test setting animation name to none
</title>
6 @-webkit-keyframes test {}
8 -webkit-animation-name: test;
12 if (window
.testRunner
)
13 testRunner
.dumpAsText();
17 <div id=
"test">This tests setting -webkit-animation-name to none, it passes if it does not crash.
</div>
19 document
.querySelector('#test').style
.webkitAnimationName
= 'none'