Summary

Harness status: OK

Found 5 tests

Details

ResultTest NameMessage
PassMatrix for translation transforms
Asserts run
Pass
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)
PassMatrix for rotate
Asserts run
Pass
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)
PassMatrix for scaling
Asserts run
Pass
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)
PassMatrix for skew
Asserts run
Pass
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)
PassMatrix for general transform
Asserts run
Pass
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)