Summary

Harness status: OK

Found 4 tests

Details

ResultTest NameMessage
PassPercentage 'translate(...)' with 'fill-box' transform-box
Asserts run
Pass
assert_equals("matrix(1, 0, 0, 1, 50, 50)", "matrix(1, 0, 0, 1, 50, 50)")
    at Test.<anonymous> ( /css/css-transforms/transform-percent-009.html:29:3)
PassPercentage 'translate(...)' with 'view-box' transform-box
Asserts run
Pass
assert_equals("matrix(1, 0, 0, 1, 150, 75)", "matrix(1, 0, 0, 1, 150, 75)")
    at Test.<anonymous> ( /css/css-transforms/transform-percent-009.html:35:3)
PassPercentage 'translate(...)' with 'view-box' transform-box in nested <svg> with 'viewBox'
Asserts run
Pass
assert_equals("matrix(1, 0, 0, 1, 25, 25)", "matrix(1, 0, 0, 1, 25, 25)")
    at Test.<anonymous> ( /css/css-transforms/transform-percent-009.html:41:3)
PassPercentage 'translate(...)' with 'view-box' transform-box in nested <svg> without 'viewBox'
Asserts run
Pass
assert_equals("matrix(1, 0, 0, 1, 50, 50)", "matrix(1, 0, 0, 1, 50, 50)")
    at Test.<anonymous> ( /css/css-transforms/transform-percent-009.html:47:3)