[webkit-reviews] review granted: [Bug 71406] [CSS Shaders] Implement CSS Animations and Transitions for CSS Shaders : [Attachment 139250] Patch V4

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 27 13:07:19 PDT 2012


Dean Jackson <dino at apple.com> has granted Chiculita Alexandru
<achicu at adobe.com>'s request for review:
Bug 71406: [CSS Shaders] Implement CSS Animations and Transitions for CSS
Shaders
https://bugs.webkit.org/show_bug.cgi?id=71406

Attachment 139250: Patch V4
https://bugs.webkit.org/attachment.cgi?id=139250&action=review

------- Additional Comments from Dean Jackson <dino at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=139250&action=review


> LayoutTests/css3/filters/custom/custom-filter-animation.html:54
> +    
> +	   #custom-from-no-params-box {
> +	       -webkit-animation: custom-from-no-params-anim 2s linear
> +	   }
> +    
> +	   #custom-to-no-params-box {
> +	       -webkit-animation: custom-to-no-params-anim 2s linear
> +	   }
> +	   
> +	   #custom-mix-attributes-box {
> +	       -webkit-animation: custom-mix-attributes-anim 2s linear
> +	   }
> +    
> +	   #custom-from-diff-params-box {
> +	       -webkit-animation: custom-from-diff-params-anim 2s linear
> +	   }
> +    
> +	   #custom-to-diff-params-box {
> +	       -webkit-animation: custom-to-diff-params-anim 2s linear
> +	   }
> +    
> +	   #custom-mix-params-box {
> +	       -webkit-animation: custom-mix-params-anim 2s linear
> +	   }
> +	   
> +	   #custom-mix-numbers-box {
> +	       -webkit-animation: custom-mix-numbers-anim 2s linear
> +	   }

Could you add semicolons to the end of the rules?


More information about the webkit-reviews mailing list