OLD | NEW |
| (Empty) |
1 This is a testharness.js-based test. | |
2 PASS testConstructor0 | |
3 PASS testConstructor1 | |
4 FAIL testConstructor2 Failed to construct 'DOMMatrix': Failed to parse '0,0'. | |
5 FAIL testConstructor3 Failed to construct 'DOMMatrix': Failed to parse '0,0'. | |
6 FAIL testConstructor4 Failed to construct 'DOMMatrix': Failed to parse '2,0,0,0,
0,2,0,0,0,0,1,0,10,10,0,1'. | |
7 FAIL testConstructor5 Failed to construct 'DOMMatrix': Failed to parse '0,0'. | |
8 PASS testConstructor6 | |
9 FAIL testConstructor7 float64Array is not defined | |
10 FAIL testConstructor8 assert_equals: Expected value for is2D is false expected f
alse but got true | |
11 FAIL testConstructor9 Failed to construct 'DOMMatrix': Failed to parse 'scale(2
2) translateX(5) translateY(5)'. | |
12 FAIL testConstructor10 Failed to construct 'DOMMatrix': Failed to parse 'scale(2
, 2), translateX(5) ,translateY(5)'. | |
13 FAIL testConstructor11 assert_throws: function "function () { new DOMMatrix('sca
le(2)translateX(5px)'); }" did not throw | |
14 PASS testConstructor12 | |
15 PASS testConstructor13 | |
16 FAIL testConstructorIllegal0 assert_throws: function "function () { new DOMMatri
xReadOnly(); }" did not throw | |
17 FAIL testConstructorIllegal1 assert_throws: function "function () { new DOMMatri
xReadOnly(string); }" threw object "SyntaxError: Failed to construct 'DOMMatrixR
eadOnly': Failed to parse 'scale(2, 2), translateX(5px) translateY(5px)'." ("Syn
taxError") expected object "TypeError" ("TypeError") | |
18 PASS testConstructorIllegal2 | |
19 Harness: the test ran to completion. | |
20 | |
OLD | NEW |