Pass | Animation name makes keyframe rule | Asserts runPass | assert_equals("xyz", "xyz", "Animation name matches keyframes rule name")
at Test.<anonymous> ( /css/css-animations/CSSAnimation-animationName.tentative.html:21:3) |
|
Pass | Escaped animation name | Asserts runPass | assert_equals("xyz", "xyz", "Escaped animation name matches keyframes rule name")
at Test.<anonymous> ( /css/css-animations/CSSAnimation-animationName.tentative.html:28:3) |
|
Pass | Animation name with hex-escape | Asserts runPass | assert_equals("xyz", "xyz", "Hex-escaped animation name matches keyframes rule name")
at Test.<anonymous> ( /css/css-animations/CSSAnimation-animationName.tentative.html:35:3) |
|