Summary

Harness status: OK

Found 3 tests

Details

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