Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
Pass'color' animation
Asserts run
Pass
assert_equals("rgb(100, 50, 150)", "rgb(100, 50, 150)", "color")
    at Test.<anonymous> ( /css/css-pseudo/marker-animate.html:30:3)
Pass'opacity' animation
Asserts run
Pass
assert_equals("1", "1", "opacity")
    at Test.<anonymous> ( /css/css-pseudo/marker-animate.html:40:3)
Pass'color' + 'opacity' animation
Asserts run
Pass
assert_equals("rgb(100, 50, 150)", "rgb(100, 50, 150)", "color")
    at Test.<anonymous> ( /css/css-pseudo/marker-animate.html:56:3)
Pass
assert_equals("1", "1", "opacity")
    at Test.<anonymous> ( /css/css-pseudo/marker-animate.html:57:3)