Pass | Setting an "animation" style property on an element does not interfere with the :empty pseudo-class. | Asserts runPass | assert_equals("rgb(255, 0, 0)", "rgb(255, 0, 0)", "The initial background-color matches the value set by the :empty rule.")
at Test.<anonymous> ( /css/css-animations/empty-pseudo-class-with-animation.html:35:3) | Pass | assert_equals("rgb(0, 255, 0)", "rgb(0, 255, 0)", "The background-color after inserting a child into the container no longer matches the value set by the :empty rule.")
at Test.<anonymous> ( /css/css-animations/empty-pseudo-class-with-animation.html:43:3) |
|