[css3-animations] empty @keyframes in the CSSOM

I have written an important test for animation editors. It checks
if an empty @keyframes is preserved in the CSS Object Model. This is
tremendously important for editing environments.

   Firefox 11.0a1 (20111129)   OK
   Chrome 15.0.874.121         NOK
   Safari 5.1.2 (7534.52.7)    NOK
   IE 10.0.8102.0              NOK

WebKit and IE people, please, please, please update your engine
to make it pass that test. Thanks.

   http://glazman.org/tmp/keyframes-om1.xhtml

</Daniel>

Received on Wednesday, 30 November 2011 08:41:16 UTC