Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassBorder radius percentages are supported
Asserts run
Pass
assert_equals("10% 20%", "10% 20%")
    at Test.<anonymous> ( /web-animations/responsive/borderRadius.html:22:5)
PassBorder radius lengths respond to style changes
Asserts run
Pass
assert_equals("200px 400px", "200px 400px")
    at Test.<anonymous> ( /web-animations/responsive/borderRadius.html:36:5)