Home | History | Annotate | Download | only in manual-tests

Lines Matching full:none

7     <title>Testing animation-name: none</title>
90 -webkit-animation-name: 'none';
100 -webkit-animation-name: 'none';
136 @-webkit-keyframes none {
152 box2.style.webkitAnimationName = 'none';
154 box3.style.webkitAnimationName = "'none'";
156 box6.style.webkitAnimationName = "none, 'sway6'";
164 <h2>Testing animation: none</h2>
180 will set the animation-name on the element to 'none' (as an identifier).
186 will set the animation-name on the element to 'none' (as a string).
192 set to 'none' (as an identifier). No animation should run.
197 set to 'none' (as a string). No animation should run.
202 will set the animation-name on the fade to 'none'. The other