Pass | matrixTransform | Asserts runPass | assert_equals(5, 5, "point.x")
at Test.<anonymous> ( /css/geometry/spec-examples.html:13:3) | Pass | assert_equals(4, 4, "point.y")
at Test.<anonymous> ( /css/geometry/spec-examples.html:14:3) | Pass | assert_equals(0, 0, "point.z")
at Test.<anonymous> ( /css/geometry/spec-examples.html:15:3) | Pass | assert_equals(1, 1, "point.w")
at Test.<anonymous> ( /css/geometry/spec-examples.html:16:3) | Pass | assert_equals(20, 20, "transformedPoint.x")
at Test.<anonymous> ( /css/geometry/spec-examples.html:19:3) | Pass | assert_equals(18, 18, "transformedPoint.x")
at Test.<anonymous> ( /css/geometry/spec-examples.html:20:3) | Pass | assert_equals(0, 0, "transformedPoint.z")
at Test.<anonymous> ( /css/geometry/spec-examples.html:21:3) | Pass | assert_equals(1, 1, "transformedPoint.w")
at Test.<anonymous> ( /css/geometry/spec-examples.html:22:3) |
|
Pass | DOMQuad | Asserts runPass | assert_equals(2, 2, "p1.x")
at Test.<anonymous> ( /css/geometry/spec-examples.html:34:7) | Pass | assert_equals(0, 0, "p1.y")
at Test.<anonymous> ( /css/geometry/spec-examples.html:34:7) | Pass | assert_equals(0, 0, "p1.z")
at Test.<anonymous> ( /css/geometry/spec-examples.html:34:7) | Pass | assert_equals(1, 1, "p1.w")
at Test.<anonymous> ( /css/geometry/spec-examples.html:34:7) | Pass | assert_equals(12, 12, "p2.x")
at Test.<anonymous> ( /css/geometry/spec-examples.html:34:7) | Pass | assert_equals(0, 0, "p2.y")
at Test.<anonymous> ( /css/geometry/spec-examples.html:34:7) | Pass | assert_equals(0, 0, "p2.z")
at Test.<anonymous> ( /css/geometry/spec-examples.html:34:7) | Pass | assert_equals(1, 1, "p2.w")
at Test.<anonymous> ( /css/geometry/spec-examples.html:34:7) | Pass | assert_equals(12, 12, "p3.x")
at Test.<anonymous> ( /css/geometry/spec-examples.html:34:7) | Pass | assert_equals(10, 10, "p3.y")
at Test.<anonymous> ( /css/geometry/spec-examples.html:34:7) | Pass | assert_equals(0, 0, "p3.z")
at Test.<anonymous> ( /css/geometry/spec-examples.html:34:7) | Pass | assert_equals(1, 1, "p3.w")
at Test.<anonymous> ( /css/geometry/spec-examples.html:34:7) | Pass | assert_equals(2, 2, "p4.x")
at Test.<anonymous> ( /css/geometry/spec-examples.html:34:7) | Pass | assert_equals(10, 10, "p4.y")
at Test.<anonymous> ( /css/geometry/spec-examples.html:34:7) | Pass | assert_equals(0, 0, "p4.z")
at Test.<anonymous> ( /css/geometry/spec-examples.html:34:7) | Pass | assert_equals(1, 1, "p4.w")
at Test.<anonymous> ( /css/geometry/spec-examples.html:34:7) |
|
Pass | DOMQuad irregular | Asserts runPass | assert_equals(40, 40, "p1.x")
at Test.<anonymous> ( /css/geometry/spec-examples.html:42:3) | Pass | assert_equals(25, 25, "p1.y")
at Test.<anonymous> ( /css/geometry/spec-examples.html:43:3) | Pass | assert_equals(180, 180, "p2.x")
at Test.<anonymous> ( /css/geometry/spec-examples.html:45:3) | Pass | assert_equals(8, 8, "p2.y")
at Test.<anonymous> ( /css/geometry/spec-examples.html:46:3) | Pass | assert_equals(210, 210, "p3.x")
at Test.<anonymous> ( /css/geometry/spec-examples.html:48:3) | Pass | assert_equals(150, 150, "p3.y")
at Test.<anonymous> ( /css/geometry/spec-examples.html:49:3) | Pass | assert_equals(10, 10, "p4.x")
at Test.<anonymous> ( /css/geometry/spec-examples.html:51:3) | Pass | assert_equals(180, 180, "p4.y")
at Test.<anonymous> ( /css/geometry/spec-examples.html:52:3) | Pass | assert_equals(10, 10, "bounds.x")
at Test.<anonymous> ( /css/geometry/spec-examples.html:55:3) | Pass | assert_equals(8, 8, "bounds.x")
at Test.<anonymous> ( /css/geometry/spec-examples.html:56:3) | Pass | assert_equals(200, 200, "bounds.width")
at Test.<anonymous> ( /css/geometry/spec-examples.html:57:3) | Pass | assert_equals(172, 172, "bounds.height")
at Test.<anonymous> ( /css/geometry/spec-examples.html:58:3) |
|
Pass | DOMMatrix 2D transformation | Asserts runPass | assert_equals("matrix(2, 0, 0, 2, 40, 40)", "matrix(2, 0, 0, 2, 40, 40)")
at Test.<anonymous> ( /css/geometry/spec-examples.html:66:3) |
|
Pass | DOMMatrix 3D transformation | Asserts runPass | assert_equals("matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1)", "matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1)")
at Test.<anonymous> ( /css/geometry/spec-examples.html:73:3) |
|
Pass | DOMMatrix NaN | Asserts runPass | assert_throws_dom("InvalidStateError", function "() => { var string = matrix + " Batman!"; }")
at Test.<anonymous> ( /css/geometry/spec-examples.html:79:3) |
|
Pass | DOMMatrix mutable | Asserts runPass | assert_equals("matrix(2, 0, 0, 2, -20, -20)", "matrix(2, 0, 0, 2, -20, -20)")
at Test.<anonymous> ( /css/geometry/spec-examples.html:90:3) |
|