Pass | Matrix for translation transforms | Asserts runPass | assert_equals("matrix(1, 0, 0, 1, 10, 20)", "matrix(1, 0, 0, 1, 10, 20)", "Incorrect matrix for translate()")
at Test.<anonymous> ( /css/css-transforms/transform-2d-getComputedStyle-001.html:91:6) | Pass | assert_in_array("none", ["none", "matrix(1, 0, 0, 1, 10, 20)"], "The resolved value of 'transform' for an element with 'display: none' should be 'none' or should not depend on display value.")
at clear ( /css/css-transforms/transform-2d-getComputedStyle-001.html:84:9) | Pass | assert_equals("matrix(1, 0, 0, 1, 10, 0)", "matrix(1, 0, 0, 1, 10, 0)", "Incorrect matrix for translateX()")
at Test.<anonymous> ( /css/css-transforms/transform-2d-getComputedStyle-001.html:93:6) | Pass | assert_in_array("none", ["none", "matrix(1, 0, 0, 1, 10, 0)"], "The resolved value of 'transform' for an element with 'display: none' should be 'none' or should not depend on display value.")
at clear ( /css/css-transforms/transform-2d-getComputedStyle-001.html:84:9) | Pass | assert_equals("matrix(1, 0, 0, 1, 0, 20)", "matrix(1, 0, 0, 1, 0, 20)", "Incorrect matrix for translateY()")
at Test.<anonymous> ( /css/css-transforms/transform-2d-getComputedStyle-001.html:95:6) | Pass | assert_in_array("none", ["none", "matrix(1, 0, 0, 1, 0, 20)"], "The resolved value of 'transform' for an element with 'display: none' should be 'none' or should not depend on display value.")
at clear ( /css/css-transforms/transform-2d-getComputedStyle-001.html:84:9) |
|
Pass | Matrix for rotate | Asserts runPass | assert_equals("matrix(0, 1, -1, 0, 0, 0)", "matrix(0, 1, -1, 0, 0, 0)", "Incorrect matrix for rotate()")
at Test.<anonymous> ( /css/css-transforms/transform-2d-getComputedStyle-001.html:100:6) | Pass | assert_in_array("none", ["none", "matrix(0, 1, -1, 0, 0, 0)"], "The resolved value of 'transform' for an element with 'display: none' should be 'none' or should not depend on display value.")
at clear ( /css/css-transforms/transform-2d-getComputedStyle-001.html:84:9) |
|
Pass | Matrix for scaling | Asserts runPass | assert_equals("matrix(2, 0, 0, 2, 0, 0)", "matrix(2, 0, 0, 2, 0, 0)", "Incorrect matrix for scale()")
at Test.<anonymous> ( /css/css-transforms/transform-2d-getComputedStyle-001.html:105:6) | Pass | assert_in_array("none", ["none", "matrix(2, 0, 0, 2, 0, 0)"], "The resolved value of 'transform' for an element with 'display: none' should be 'none' or should not depend on display value.")
at clear ( /css/css-transforms/transform-2d-getComputedStyle-001.html:84:9) | Pass | assert_equals("matrix(0.5, 0, 0, 1, 0, 0)", "matrix(0.5, 0, 0, 1, 0, 0)", "Incorrect matrix for scaleX()")
at Test.<anonymous> ( /css/css-transforms/transform-2d-getComputedStyle-001.html:107:6) | Pass | assert_in_array("none", ["none", "matrix(0.5, 0, 0, 1, 0, 0)"], "The resolved value of 'transform' for an element with 'display: none' should be 'none' or should not depend on display value.")
at clear ( /css/css-transforms/transform-2d-getComputedStyle-001.html:84:9) | Pass | assert_equals("matrix(1, 0, 0, 1.5, 0, 0)", "matrix(1, 0, 0, 1.5, 0, 0)", "Incorrect matrix for scaleY()")
at Test.<anonymous> ( /css/css-transforms/transform-2d-getComputedStyle-001.html:109:6) | Pass | assert_in_array("none", ["none", "matrix(1, 0, 0, 1.5, 0, 0)"], "The resolved value of 'transform' for an element with 'display: none' should be 'none' or should not depend on display value.")
at clear ( /css/css-transforms/transform-2d-getComputedStyle-001.html:84:9) |
|
Pass | Matrix for skew | Asserts runPass | assert_equals("matrix(1, 0, 1, 1, 0, 0)", "matrix(1, 0, 1, 1, 0, 0)", "Incorrect matrix for skewX()")
at Test.<anonymous> ( /css/css-transforms/transform-2d-getComputedStyle-001.html:114:6) | Pass | assert_in_array("none", ["none", "matrix(1, 0, 1, 1, 0, 0)"], "The resolved value of 'transform' for an element with 'display: none' should be 'none' or should not depend on display value.")
at clear ( /css/css-transforms/transform-2d-getComputedStyle-001.html:84:9) | Pass | assert_equals("matrix(1, 1, 0, 1, 0, 0)", "matrix(1, 1, 0, 1, 0, 0)", "Incorrect matrix for skewY()")
at Test.<anonymous> ( /css/css-transforms/transform-2d-getComputedStyle-001.html:116:6) | Pass | assert_in_array("none", ["none", "matrix(1, 1, 0, 1, 0, 0)"], "The resolved value of 'transform' for an element with 'display: none' should be 'none' or should not depend on display value.")
at clear ( /css/css-transforms/transform-2d-getComputedStyle-001.html:84:9) |
|
Pass | Matrix for general transform | Asserts runPass | assert_equals("matrix(1, 2, 3, 4, 5, 6)", "matrix(1, 2, 3, 4, 5, 6)", "Incorrect matrix for matrix()")
at Test.<anonymous> ( /css/css-transforms/transform-2d-getComputedStyle-001.html:121:6) | Pass | assert_in_array("none", ["none", "matrix(1, 2, 3, 4, 5, 6)"], "The resolved value of 'transform' for an element with 'display: none' should be 'none' or should not depend on display value.")
at clear ( /css/css-transforms/transform-2d-getComputedStyle-001.html:84:9) |
|