Pass | Percentage 'translate(...)' with 'fill-box' transform-box | Asserts runPass | 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) |
|
Pass | Percentage 'translate(...)' with 'view-box' transform-box | Asserts runPass | 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) |
|
Pass | Percentage 'translate(...)' with 'view-box' transform-box in nested <svg> with 'viewBox' | Asserts runPass | 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) |
|
Pass | Percentage 'translate(...)' with 'view-box' transform-box in nested <svg> without 'viewBox' | Asserts runPass | 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) |
|