Summary

Harness status: OK

Found 78 tests

Details

ResultTest NameMessage
PassDOMMatrix stringifier: identity (2d)
Asserts run
Pass
assert_equals("matrix(1, 0, 0, 1, 0, 0)", "matrix(1, 0, 0, 1, 0, 0)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:13:5)
PassDOMMatrix stringifier: identity (3d)
Asserts run
Pass
assert_equals("matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)", "matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:18:5)
PassDOMMatrix stringifier: NaN (2d)
Asserts run
Pass
assert_throws_dom("InvalidStateError", function "() => String(matrix)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:25:7)
PassDOMMatrix stringifier: NaN (3d)
Asserts run
Pass
assert_throws_dom("InvalidStateError", function "() => String(matrix)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:30:7)
PassDOMMatrix stringifier: Infinity (2d)
Asserts run
Pass
assert_throws_dom("InvalidStateError", function "() => String(matrix)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:25:7)
PassDOMMatrix stringifier: Infinity (3d)
Asserts run
Pass
assert_throws_dom("InvalidStateError", function "() => String(matrix)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:30:7)
PassDOMMatrix stringifier: -Infinity (2d)
Asserts run
Pass
assert_throws_dom("InvalidStateError", function "() => String(matrix)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:25:7)
PassDOMMatrix stringifier: -Infinity (3d)
Asserts run
Pass
assert_throws_dom("InvalidStateError", function "() => String(matrix)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:30:7)
PassDOMMatrix stringifier: 1/3 (2d)
Asserts run
Pass
assert_equals("matrix(1, 0, 0, 1, 0, 0.3333333333333333)", "matrix(1, 0, 0, 1, 0, 0.3333333333333333)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:48:7)
PassDOMMatrix stringifier: 1/3 (3d)
Asserts run
Pass
assert_equals("matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.3333333333333333, 0, 1)", "matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.3333333333333333, 0, 1)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:53:5)
PassDOMMatrix stringifier: 1/300000 (2d)
Asserts run
Pass
assert_equals("matrix(1, 0, 0, 1, 0, 0.0000033333333333333333)", "matrix(1, 0, 0, 1, 0, 0.0000033333333333333333)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:48:7)
PassDOMMatrix stringifier: 1/300000 (3d)
Asserts run
Pass
assert_equals("matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.0000033333333333333333, 0, 1)", "matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.0000033333333333333333, 0, 1)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:53:5)
PassDOMMatrix stringifier: 1/300000000 (2d)
Asserts run
Pass
assert_equals("matrix(1, 0, 0, 1, 0, 3.3333333333333334e-9)", "matrix(1, 0, 0, 1, 0, 3.3333333333333334e-9)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:48:7)
PassDOMMatrix stringifier: 1/300000000 (3d)
Asserts run
Pass
assert_equals("matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 3.3333333333333334e-9, 0, 1)", "matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 3.3333333333333334e-9, 0, 1)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:53:5)
PassDOMMatrix stringifier: 100000 + (1/3) (2d)
Asserts run
Pass
assert_equals("matrix(1, 0, 0, 1, 0, 100000.33333333333)", "matrix(1, 0, 0, 1, 0, 100000.33333333333)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:48:7)
PassDOMMatrix stringifier: 100000 + (1/3) (3d)
Asserts run
Pass
assert_equals("matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100000.33333333333, 0, 1)", "matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100000.33333333333, 0, 1)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:53:5)
PassDOMMatrix stringifier: Math.pow(2, 53) + 1 (2d)
Asserts run
Pass
assert_equals("matrix(1, 0, 0, 1, 0, 9007199254740992)", "matrix(1, 0, 0, 1, 0, 9007199254740992)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:48:7)
PassDOMMatrix stringifier: Math.pow(2, 53) + 1 (3d)
Asserts run
Pass
assert_equals("matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 9007199254740992, 0, 1)", "matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 9007199254740992, 0, 1)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:53:5)
PassDOMMatrix stringifier: Math.pow(2, 53) + 2 (2d)
Asserts run
Pass
assert_equals("matrix(1, 0, 0, 1, 0, 9007199254740994)", "matrix(1, 0, 0, 1, 0, 9007199254740994)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:48:7)
PassDOMMatrix stringifier: Math.pow(2, 53) + 2 (3d)
Asserts run
Pass
assert_equals("matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 9007199254740994, 0, 1)", "matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 9007199254740994, 0, 1)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:53:5)
PassDOMMatrix stringifier: Number.MAX_VALUE (2d)
Asserts run
Pass
assert_equals("matrix(1, 0, 0, 1, 0, 1.7976931348623157e+308)", "matrix(1, 0, 0, 1, 0, 1.7976931348623157e+308)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:48:7)
PassDOMMatrix stringifier: Number.MAX_VALUE (3d)
Asserts run
Pass
assert_equals("matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1.7976931348623157e+308, 0, 1)", "matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1.7976931348623157e+308, 0, 1)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:53:5)
PassDOMMatrix stringifier: Number.MIN_VALUE (2d)
Asserts run
Pass
assert_equals("matrix(1, 0, 0, 1, 0, 5e-324)", "matrix(1, 0, 0, 1, 0, 5e-324)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:48:7)
PassDOMMatrix stringifier: Number.MIN_VALUE (3d)
Asserts run
Pass
assert_equals("matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 5e-324, 0, 1)", "matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 5e-324, 0, 1)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:53:5)
PassDOMMatrix stringifier: throwing getters (2d)
Asserts run
Pass
assert_equals("matrix(1, 0, 0, 1, 0, 0)", "matrix(1, 0, 0, 1, 0, 0)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:70:5)
PassDOMMatrix stringifier: throwing getters (3d)
Asserts run
Pass
assert_equals("matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)", "matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:76:5)
PassDOMMatrixReadOnly stringifier: identity (2d)
Asserts run
Pass
assert_equals("matrix(1, 0, 0, 1, 0, 0)", "matrix(1, 0, 0, 1, 0, 0)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:13:5)
PassDOMMatrixReadOnly stringifier: identity (3d)
Asserts run
Pass
assert_equals("matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)", "matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:18:5)
PassDOMMatrixReadOnly stringifier: NaN (2d)
Asserts run
Pass
assert_throws_dom("InvalidStateError", function "() => String(matrix)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:25:7)
PassDOMMatrixReadOnly stringifier: NaN (3d)
Asserts run
Pass
assert_throws_dom("InvalidStateError", function "() => String(matrix)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:30:7)
PassDOMMatrixReadOnly stringifier: Infinity (2d)
Asserts run
Pass
assert_throws_dom("InvalidStateError", function "() => String(matrix)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:25:7)
PassDOMMatrixReadOnly stringifier: Infinity (3d)
Asserts run
Pass
assert_throws_dom("InvalidStateError", function "() => String(matrix)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:30:7)
PassDOMMatrixReadOnly stringifier: -Infinity (2d)
Asserts run
Pass
assert_throws_dom("InvalidStateError", function "() => String(matrix)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:25:7)
PassDOMMatrixReadOnly stringifier: -Infinity (3d)
Asserts run
Pass
assert_throws_dom("InvalidStateError", function "() => String(matrix)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:30:7)
PassDOMMatrixReadOnly stringifier: 1/3 (2d)
Asserts run
Pass
assert_equals("matrix(1, 0, 0, 1, 0, 0.3333333333333333)", "matrix(1, 0, 0, 1, 0, 0.3333333333333333)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:48:7)
PassDOMMatrixReadOnly stringifier: 1/3 (3d)
Asserts run
Pass
assert_equals("matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.3333333333333333, 0, 1)", "matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.3333333333333333, 0, 1)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:53:5)
PassDOMMatrixReadOnly stringifier: 1/300000 (2d)
Asserts run
Pass
assert_equals("matrix(1, 0, 0, 1, 0, 0.0000033333333333333333)", "matrix(1, 0, 0, 1, 0, 0.0000033333333333333333)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:48:7)
PassDOMMatrixReadOnly stringifier: 1/300000 (3d)
Asserts run
Pass
assert_equals("matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.0000033333333333333333, 0, 1)", "matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.0000033333333333333333, 0, 1)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:53:5)
PassDOMMatrixReadOnly stringifier: 1/300000000 (2d)
Asserts run
Pass
assert_equals("matrix(1, 0, 0, 1, 0, 3.3333333333333334e-9)", "matrix(1, 0, 0, 1, 0, 3.3333333333333334e-9)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:48:7)
PassDOMMatrixReadOnly stringifier: 1/300000000 (3d)
Asserts run
Pass
assert_equals("matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 3.3333333333333334e-9, 0, 1)", "matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 3.3333333333333334e-9, 0, 1)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:53:5)
PassDOMMatrixReadOnly stringifier: 100000 + (1/3) (2d)
Asserts run
Pass
assert_equals("matrix(1, 0, 0, 1, 0, 100000.33333333333)", "matrix(1, 0, 0, 1, 0, 100000.33333333333)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:48:7)
PassDOMMatrixReadOnly stringifier: 100000 + (1/3) (3d)
Asserts run
Pass
assert_equals("matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100000.33333333333, 0, 1)", "matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100000.33333333333, 0, 1)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:53:5)
PassDOMMatrixReadOnly stringifier: Math.pow(2, 53) + 1 (2d)
Asserts run
Pass
assert_equals("matrix(1, 0, 0, 1, 0, 9007199254740992)", "matrix(1, 0, 0, 1, 0, 9007199254740992)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:48:7)
PassDOMMatrixReadOnly stringifier: Math.pow(2, 53) + 1 (3d)
Asserts run
Pass
assert_equals("matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 9007199254740992, 0, 1)", "matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 9007199254740992, 0, 1)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:53:5)
PassDOMMatrixReadOnly stringifier: Math.pow(2, 53) + 2 (2d)
Asserts run
Pass
assert_equals("matrix(1, 0, 0, 1, 0, 9007199254740994)", "matrix(1, 0, 0, 1, 0, 9007199254740994)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:48:7)
PassDOMMatrixReadOnly stringifier: Math.pow(2, 53) + 2 (3d)
Asserts run
Pass
assert_equals("matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 9007199254740994, 0, 1)", "matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 9007199254740994, 0, 1)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:53:5)
PassDOMMatrixReadOnly stringifier: Number.MAX_VALUE (2d)
Asserts run
Pass
assert_equals("matrix(1, 0, 0, 1, 0, 1.7976931348623157e+308)", "matrix(1, 0, 0, 1, 0, 1.7976931348623157e+308)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:48:7)
PassDOMMatrixReadOnly stringifier: Number.MAX_VALUE (3d)
Asserts run
Pass
assert_equals("matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1.7976931348623157e+308, 0, 1)", "matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1.7976931348623157e+308, 0, 1)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:53:5)
PassDOMMatrixReadOnly stringifier: Number.MIN_VALUE (2d)
Asserts run
Pass
assert_equals("matrix(1, 0, 0, 1, 0, 5e-324)", "matrix(1, 0, 0, 1, 0, 5e-324)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:48:7)
PassDOMMatrixReadOnly stringifier: Number.MIN_VALUE (3d)
Asserts run
Pass
assert_equals("matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 5e-324, 0, 1)", "matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 5e-324, 0, 1)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:53:5)
PassDOMMatrixReadOnly stringifier: throwing getters (2d)
Asserts run
Pass
assert_equals("matrix(1, 0, 0, 1, 0, 0)", "matrix(1, 0, 0, 1, 0, 0)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:70:5)
PassDOMMatrixReadOnly stringifier: throwing getters (3d)
Asserts run
Pass
assert_equals("matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)", "matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:76:5)
PassWebKitCSSMatrix stringifier: identity (2d)
Asserts run
Pass
assert_equals("matrix(1, 0, 0, 1, 0, 0)", "matrix(1, 0, 0, 1, 0, 0)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:13:5)
PassWebKitCSSMatrix stringifier: identity (3d)
Asserts run
Pass
assert_equals("matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)", "matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:18:5)
PassWebKitCSSMatrix stringifier: NaN (2d)
Asserts run
Pass
assert_throws_dom("InvalidStateError", function "() => String(matrix)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:25:7)
PassWebKitCSSMatrix stringifier: NaN (3d)
Asserts run
Pass
assert_throws_dom("InvalidStateError", function "() => String(matrix)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:30:7)
PassWebKitCSSMatrix stringifier: Infinity (2d)
Asserts run
Pass
assert_throws_dom("InvalidStateError", function "() => String(matrix)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:25:7)
PassWebKitCSSMatrix stringifier: Infinity (3d)
Asserts run
Pass
assert_throws_dom("InvalidStateError", function "() => String(matrix)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:30:7)
PassWebKitCSSMatrix stringifier: -Infinity (2d)
Asserts run
Pass
assert_throws_dom("InvalidStateError", function "() => String(matrix)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:25:7)
PassWebKitCSSMatrix stringifier: -Infinity (3d)
Asserts run
Pass
assert_throws_dom("InvalidStateError", function "() => String(matrix)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:30:7)
PassWebKitCSSMatrix stringifier: 1/3 (2d)
Asserts run
Pass
assert_equals("matrix(1, 0, 0, 1, 0, 0.3333333333333333)", "matrix(1, 0, 0, 1, 0, 0.3333333333333333)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:48:7)
PassWebKitCSSMatrix stringifier: 1/3 (3d)
Asserts run
Pass
assert_equals("matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.3333333333333333, 0, 1)", "matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.3333333333333333, 0, 1)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:53:5)
PassWebKitCSSMatrix stringifier: 1/300000 (2d)
Asserts run
Pass
assert_equals("matrix(1, 0, 0, 1, 0, 0.0000033333333333333333)", "matrix(1, 0, 0, 1, 0, 0.0000033333333333333333)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:48:7)
PassWebKitCSSMatrix stringifier: 1/300000 (3d)
Asserts run
Pass
assert_equals("matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.0000033333333333333333, 0, 1)", "matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.0000033333333333333333, 0, 1)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:53:5)
PassWebKitCSSMatrix stringifier: 1/300000000 (2d)
Asserts run
Pass
assert_equals("matrix(1, 0, 0, 1, 0, 3.3333333333333334e-9)", "matrix(1, 0, 0, 1, 0, 3.3333333333333334e-9)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:48:7)
PassWebKitCSSMatrix stringifier: 1/300000000 (3d)
Asserts run
Pass
assert_equals("matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 3.3333333333333334e-9, 0, 1)", "matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 3.3333333333333334e-9, 0, 1)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:53:5)
PassWebKitCSSMatrix stringifier: 100000 + (1/3) (2d)
Asserts run
Pass
assert_equals("matrix(1, 0, 0, 1, 0, 100000.33333333333)", "matrix(1, 0, 0, 1, 0, 100000.33333333333)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:48:7)
PassWebKitCSSMatrix stringifier: 100000 + (1/3) (3d)
Asserts run
Pass
assert_equals("matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100000.33333333333, 0, 1)", "matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100000.33333333333, 0, 1)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:53:5)
PassWebKitCSSMatrix stringifier: Math.pow(2, 53) + 1 (2d)
Asserts run
Pass
assert_equals("matrix(1, 0, 0, 1, 0, 9007199254740992)", "matrix(1, 0, 0, 1, 0, 9007199254740992)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:48:7)
PassWebKitCSSMatrix stringifier: Math.pow(2, 53) + 1 (3d)
Asserts run
Pass
assert_equals("matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 9007199254740992, 0, 1)", "matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 9007199254740992, 0, 1)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:53:5)
PassWebKitCSSMatrix stringifier: Math.pow(2, 53) + 2 (2d)
Asserts run
Pass
assert_equals("matrix(1, 0, 0, 1, 0, 9007199254740994)", "matrix(1, 0, 0, 1, 0, 9007199254740994)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:48:7)
PassWebKitCSSMatrix stringifier: Math.pow(2, 53) + 2 (3d)
Asserts run
Pass
assert_equals("matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 9007199254740994, 0, 1)", "matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 9007199254740994, 0, 1)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:53:5)
PassWebKitCSSMatrix stringifier: Number.MAX_VALUE (2d)
Asserts run
Pass
assert_equals("matrix(1, 0, 0, 1, 0, 1.7976931348623157e+308)", "matrix(1, 0, 0, 1, 0, 1.7976931348623157e+308)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:48:7)
PassWebKitCSSMatrix stringifier: Number.MAX_VALUE (3d)
Asserts run
Pass
assert_equals("matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1.7976931348623157e+308, 0, 1)", "matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1.7976931348623157e+308, 0, 1)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:53:5)
PassWebKitCSSMatrix stringifier: Number.MIN_VALUE (2d)
Asserts run
Pass
assert_equals("matrix(1, 0, 0, 1, 0, 5e-324)", "matrix(1, 0, 0, 1, 0, 5e-324)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:48:7)
PassWebKitCSSMatrix stringifier: Number.MIN_VALUE (3d)
Asserts run
Pass
assert_equals("matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 5e-324, 0, 1)", "matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 5e-324, 0, 1)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:53:5)
PassWebKitCSSMatrix stringifier: throwing getters (2d)
Asserts run
Pass
assert_equals("matrix(1, 0, 0, 1, 0, 0)", "matrix(1, 0, 0, 1, 0, 0)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:70:5)
PassWebKitCSSMatrix stringifier: throwing getters (3d)
Asserts run
Pass
assert_equals("matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)", "matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)")
    at Test.<anonymous> ( /css/geometry/DOMMatrix-stringifier.html:76:5)