OLD | NEW |
1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
2 Harness Error. harness_status.status = 1 , harness_status.message = 1 duplicate
test name: "DOMMatrix(numberSequence) constructor" | 2 Harness Error. harness_status.status = 1 , harness_status.message = 1 duplicate
test name: "DOMMatrix(numberSequence) constructor" |
3 PASS DOMMatrix() constructor | 3 PASS DOMMatrix() constructor |
4 PASS DOMMatrix fromFloat32Array - 2D matrix | 4 PASS DOMMatrix fromFloat32Array - 2D matrix |
5 PASS DOMMatrix fromFloat64Array - 2D matrix | 5 PASS DOMMatrix fromFloat64Array - 2D matrix |
6 PASS DOMMatrix fromFloat32Array - 3D matrix | 6 PASS DOMMatrix fromFloat32Array - 3D matrix |
7 PASS DOMMatrix fromFloat64Array - 3D matrix | 7 PASS DOMMatrix fromFloat64Array - 3D matrix |
8 PASS DOMMatrix(transformList) - emptyString | 8 PASS DOMMatrix(transformList) - emptyString |
9 PASS DOMMatrix(transformList) - transformList | 9 PASS DOMMatrix(transformList) - transformList |
10 PASS DOMMatrix(numberSequence) constructor | 10 PASS DOMMatrix(numberSequence) constructor |
11 PASS DOMMatrix(numberSequence) constructor | 11 PASS DOMMatrix(numberSequence) constructor |
12 PASS DOMMatrix attributes | 12 PASS DOMMatrix attributes |
13 PASS DOMMatrix.is2D can never be set to 'true' when it was set to 'false' before
calling setMatrixValue() | 13 PASS DOMMatrix.is2D can never be set to 'true' when it was set to 'false' before
calling setMatrixValue() |
14 PASS DOMMatrix fromFloat*Array - invalid array size of nearby 6 | 14 PASS DOMMatrix fromFloat*Array - invalid array size of nearby 6 |
15 PASS DOMMatrix fromFloat*Array - invalid array size of nearby 16 | 15 PASS DOMMatrix fromFloat*Array - invalid array size of nearby 16 |
16 PASS DOMMatrix fromFloat*Array - invalid array size | 16 PASS DOMMatrix fromFloat*Array - invalid array size |
| 17 PASS DOMMatrix fromFloat*Array - can't use SharedArrayBuffer view |
17 PASS DOMMatrix.fromMatrix() with no parameter | 18 PASS DOMMatrix.fromMatrix() with no parameter |
18 PASS DOMMatrix.fromMatrix() with null | 19 PASS DOMMatrix.fromMatrix() with null |
19 PASS DOMMatrix.fromMatrix() with undefined | 20 PASS DOMMatrix.fromMatrix() with undefined |
20 PASS DOMMatrix.fromMatrix() with empty object | 21 PASS DOMMatrix.fromMatrix() with empty object |
21 PASS DOMMatrix.fromMatrix({a: 1, b: 2, c: 3, d: 4, e: 5, f: 6}) should create a
2D DOMMatrix | 22 PASS DOMMatrix.fromMatrix({a: 1, b: 2, c: 3, d: 4, e: 5, f: 6}) should create a
2D DOMMatrix |
22 PASS DOMMatrix.fromMatrix({m11: 1, m22: 2, m33: 3, m44: 4, m23: 5, m43: 6}) shou
ld create a 3D DOMMatrix | 23 PASS DOMMatrix.fromMatrix({m11: 1, m22: 2, m33: 3, m44: 4, m23: 5, m43: 6}) shou
ld create a 3D DOMMatrix |
23 PASS If 2d related properties don't be set, should set to fallback | 24 PASS If 2d related properties don't be set, should set to fallback |
24 PASS DOMMatrix.fromMatrix(): NaN test | 25 PASS DOMMatrix.fromMatrix(): NaN test |
25 PASS DOMMatrix toJSON() - identity matrix | 26 PASS DOMMatrix toJSON() - identity matrix |
26 PASS DOMMatrix toJSON() - 2D matrix | 27 PASS DOMMatrix toJSON() - 2D matrix |
27 PASS DOMMatrix toJSON() - 3D matrix | 28 PASS DOMMatrix toJSON() - 3D matrix |
28 PASS DOMMatrix.fromMatrix(): Exception test | 29 PASS DOMMatrix.fromMatrix(): Exception test |
29 Harness: the test ran to completion. | 30 Harness: the test ran to completion. |
30 | 31 |
OLD | NEW |