Summary

Harness status: OK

Found 5 tests

Details

ResultTest NameMessage
Passtesting border-top-left-radius: calc(25% + 10px) calc(25% + 20px)
Asserts run
Pass
assert_equals("calc(25% + 10px) calc(25% + 20px)", "calc(25% + 10px) calc(25% + 20px)")
    at Test.<anonymous> ( /css/css-values/getComputedStyle-border-radius-001.html:55:7)
Passtesting border-top-right-radius: calc(25% + 16px)
Asserts run
Pass
assert_equals("calc(25% + 16px)", "calc(25% + 16px)")
    at Test.<anonymous> ( /css/css-values/getComputedStyle-border-radius-001.html:55:7)
Passtesting border-bottom-right-radius: 25%
Asserts run
Pass
assert_equals("25%", "25%")
    at Test.<anonymous> ( /css/css-values/getComputedStyle-border-radius-001.html:55:7)
Passtesting border-bottom-left-radius: 25px
Asserts run
Pass
assert_equals("25px", "25px")
    at Test.<anonymous> ( /css/css-values/getComputedStyle-border-radius-001.html:55:7)
Passtesting border-radius: calc(25% + 10px) calc(25% + 16px) 25% 25px / calc(25% + 20px) calc(25% + 16px) 25% 25px
Asserts run
Pass
assert_equals("calc(25% + 10px) calc(25% + 16px) 25% 25px / calc(25% + 20px) calc(25% + 16px) 25% 25px", "calc(25% + 10px) calc(25% + 16px) 25% 25px / calc(25% + 20px) calc(25% + 16px) 25% 25px")
    at Test.<anonymous> ( /css/css-values/getComputedStyle-border-radius-001.html:55:7)