Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
Passcomputed style for translate
Asserts run
Pass
assert_equals("10px 20px", "10px 20px")
    at Test.<anonymous> ( /css/css-transforms/translate-getComputedStyle.html:42:7)
Pass
assert_equals("30% 40% 50px", "30% 40% 50px")
    at Test.<anonymous> ( /css/css-transforms/translate-getComputedStyle.html:43:7)
Pass
assert_equals("calc(80% + 70px) -90px", "calc(80% + 70px) -90px")
    at Test.<anonymous> ( /css/css-transforms/translate-getComputedStyle.html:44:7)