Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/css/geometry-1/DOMMatrix-stringifier-expected.txt

Issue 2846523002: Update the stringifier behavior for DOMMatrixReadOnly (Closed)
Patch Set: Update the stringifier behavior for DOMMatrixReadOnly Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 Found 78 tests; 8 PASS, 70 FAIL, 0 TIMEOUT, 0 NOTRUN. 2 Found 78 tests; 52 PASS, 26 FAIL, 0 TIMEOUT, 0 NOTRUN.
3 PASS DOMMatrix stringifier: identity (2d) 3 PASS DOMMatrix stringifier: identity (2d)
4 PASS DOMMatrix stringifier: identity (3d) 4 PASS DOMMatrix stringifier: identity (3d)
5 FAIL DOMMatrix stringifier: NaN (2d) assert_throws: function "() => String(matri x)" did not throw 5 PASS DOMMatrix stringifier: NaN (2d)
6 FAIL DOMMatrix stringifier: NaN (3d) assert_throws: function "() => String(matri x)" did not throw 6 PASS DOMMatrix stringifier: NaN (3d)
7 FAIL DOMMatrix stringifier: Infinity (2d) assert_throws: function "() => String( matrix)" did not throw 7 PASS DOMMatrix stringifier: Infinity (2d)
8 FAIL DOMMatrix stringifier: Infinity (3d) assert_throws: function "() => String( matrix)" did not throw 8 PASS DOMMatrix stringifier: Infinity (3d)
9 FAIL DOMMatrix stringifier: -Infinity (2d) assert_throws: function "() => String (matrix)" did not throw 9 PASS DOMMatrix stringifier: -Infinity (2d)
10 FAIL DOMMatrix stringifier: -Infinity (3d) assert_throws: function "() => String (matrix)" did not throw 10 PASS DOMMatrix stringifier: -Infinity (3d)
11 FAIL DOMMatrix stringifier: 1/3 (2d) assert_equals: expected "matrix(1, 0, 0, 1, 0, 0.3333333333333333)" but got "matrix(1, 0, 0, 1, 0, 0.333333)" 11 PASS DOMMatrix stringifier: 1/3 (2d)
12 FAIL DOMMatrix stringifier: 1/3 (3d) assert_equals: expected "matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.3333333333333333, 0, 1)" but got "matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.333333, 0, 1)" 12 PASS DOMMatrix stringifier: 1/3 (3d)
13 FAIL DOMMatrix stringifier: 1/300000 (2d) assert_equals: expected "matrix(1, 0, 0, 1, 0, 0.0000033333333333333333)" but got "matrix(1, 0, 0, 1, 0, 3.33333e-06)" 13 PASS DOMMatrix stringifier: 1/300000 (2d)
14 FAIL DOMMatrix stringifier: 1/300000 (3d) assert_equals: expected "matrix3d(1, 0 , 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.0000033333333333333333, 0, 1)" but got "mat rix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 3.33333e-06, 0, 1)" 14 PASS DOMMatrix stringifier: 1/300000 (3d)
15 FAIL DOMMatrix stringifier: 1/300000000 (2d) assert_equals: expected "matrix(1, 0, 0, 1, 0, 3.3333333333333334e-9)" but got "matrix(1, 0, 0, 1, 0, 3.33333e-09)" 15 PASS DOMMatrix stringifier: 1/300000000 (2d)
16 FAIL DOMMatrix stringifier: 1/300000000 (3d) assert_equals: expected "matrix3d(1 , 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 3.3333333333333334e-9, 0, 1)" but got "mat rix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 3.33333e-09, 0, 1)" 16 PASS DOMMatrix stringifier: 1/300000000 (3d)
17 FAIL DOMMatrix stringifier: 100000 + (1/3) (2d) assert_equals: expected "matrix( 1, 0, 0, 1, 0, 100000.33333333333)" but got "matrix(1, 0, 0, 1, 0, 100000)" 17 PASS DOMMatrix stringifier: 100000 + (1/3) (2d)
18 FAIL DOMMatrix stringifier: 100000 + (1/3) (3d) assert_equals: expected "matrix3 d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100000.33333333333, 0, 1)" but got "mat rix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100000, 0, 1)" 18 PASS DOMMatrix stringifier: 100000 + (1/3) (3d)
19 FAIL DOMMatrix stringifier: Math.pow(2, 53) + 1 (2d) assert_equals: expected "ma trix(1, 0, 0, 1, 0, 9007199254740992)" but got "matrix(1, 0, 0, 1, 0, 9.0072e+15 )" 19 PASS DOMMatrix stringifier: Math.pow(2, 53) + 1 (2d)
20 FAIL DOMMatrix stringifier: Math.pow(2, 53) + 1 (3d) assert_equals: expected "ma trix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 9007199254740992, 0, 1)" but got " matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 9.0072e+15, 0, 1)" 20 PASS DOMMatrix stringifier: Math.pow(2, 53) + 1 (3d)
21 FAIL DOMMatrix stringifier: Math.pow(2, 53) + 2 (2d) assert_equals: expected "ma trix(1, 0, 0, 1, 0, 9007199254740994)" but got "matrix(1, 0, 0, 1, 0, 9.0072e+15 )" 21 PASS DOMMatrix stringifier: Math.pow(2, 53) + 2 (2d)
22 FAIL DOMMatrix stringifier: Math.pow(2, 53) + 2 (3d) assert_equals: expected "ma trix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 9007199254740994, 0, 1)" but got " matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 9.0072e+15, 0, 1)" 22 PASS DOMMatrix stringifier: Math.pow(2, 53) + 2 (3d)
23 FAIL DOMMatrix stringifier: Number.MAX_VALUE (2d) assert_equals: expected "matri x(1, 0, 0, 1, 0, 1.7976931348623157e+308)" but got "matrix(1, 0, 0, 1, 0, 1.7976 9e+308)" 23 PASS DOMMatrix stringifier: Number.MAX_VALUE (2d)
24 FAIL DOMMatrix stringifier: Number.MAX_VALUE (3d) assert_equals: expected "matri x3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1.7976931348623157e+308, 0, 1)" but g ot "matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1.79769e+308, 0, 1)" 24 PASS DOMMatrix stringifier: Number.MAX_VALUE (3d)
25 FAIL DOMMatrix stringifier: Number.MIN_VALUE (2d) assert_equals: expected "matri x(1, 0, 0, 1, 0, 5e-324)" but got "matrix(1, 0, 0, 1, 0, 4.94066e-324)" 25 PASS DOMMatrix stringifier: Number.MIN_VALUE (2d)
26 FAIL DOMMatrix stringifier: Number.MIN_VALUE (3d) assert_equals: expected "matri x3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 5e-324, 0, 1)" but got "matrix3d(1, 0 , 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 4.94066e-324, 0, 1)" 26 PASS DOMMatrix stringifier: Number.MIN_VALUE (3d)
27 PASS DOMMatrix stringifier: throwing getters (2d) 27 PASS DOMMatrix stringifier: throwing getters (2d)
28 PASS DOMMatrix stringifier: throwing getters (3d) 28 PASS DOMMatrix stringifier: throwing getters (3d)
29 PASS DOMMatrixReadOnly stringifier: identity (2d) 29 PASS DOMMatrixReadOnly stringifier: identity (2d)
30 PASS DOMMatrixReadOnly stringifier: identity (3d) 30 PASS DOMMatrixReadOnly stringifier: identity (3d)
31 FAIL DOMMatrixReadOnly stringifier: NaN (2d) assert_throws: function "() => Stri ng(matrix)" did not throw 31 PASS DOMMatrixReadOnly stringifier: NaN (2d)
32 FAIL DOMMatrixReadOnly stringifier: NaN (3d) assert_throws: function "() => Stri ng(matrix)" did not throw 32 PASS DOMMatrixReadOnly stringifier: NaN (3d)
33 FAIL DOMMatrixReadOnly stringifier: Infinity (2d) assert_throws: function "() => String(matrix)" did not throw 33 PASS DOMMatrixReadOnly stringifier: Infinity (2d)
34 FAIL DOMMatrixReadOnly stringifier: Infinity (3d) assert_throws: function "() => String(matrix)" did not throw 34 PASS DOMMatrixReadOnly stringifier: Infinity (3d)
35 FAIL DOMMatrixReadOnly stringifier: -Infinity (2d) assert_throws: function "() = > String(matrix)" did not throw 35 PASS DOMMatrixReadOnly stringifier: -Infinity (2d)
36 FAIL DOMMatrixReadOnly stringifier: -Infinity (3d) assert_throws: function "() = > String(matrix)" did not throw 36 PASS DOMMatrixReadOnly stringifier: -Infinity (3d)
37 FAIL DOMMatrixReadOnly stringifier: 1/3 (2d) assert_equals: expected "matrix(1, 0, 0, 1, 0, 0.3333333333333333)" but got "matrix(1, 0, 0, 1, 0, 0.333333)" 37 PASS DOMMatrixReadOnly stringifier: 1/3 (2d)
38 FAIL DOMMatrixReadOnly stringifier: 1/3 (3d) assert_equals: expected "matrix3d(1 , 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.3333333333333333, 0, 1)" but got "matrix 3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.333333, 0, 1)" 38 PASS DOMMatrixReadOnly stringifier: 1/3 (3d)
39 FAIL DOMMatrixReadOnly stringifier: 1/300000 (2d) assert_equals: expected "matri x(1, 0, 0, 1, 0, 0.0000033333333333333333)" but got "matrix(1, 0, 0, 1, 0, 3.333 33e-06)" 39 PASS DOMMatrixReadOnly stringifier: 1/300000 (2d)
40 FAIL DOMMatrixReadOnly stringifier: 1/300000 (3d) assert_equals: expected "matri x3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.0000033333333333333333, 0, 1)" but got "matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 3.33333e-06, 0, 1)" 40 PASS DOMMatrixReadOnly stringifier: 1/300000 (3d)
41 FAIL DOMMatrixReadOnly stringifier: 1/300000000 (2d) assert_equals: expected "ma trix(1, 0, 0, 1, 0, 3.3333333333333334e-9)" but got "matrix(1, 0, 0, 1, 0, 3.333 33e-09)" 41 PASS DOMMatrixReadOnly stringifier: 1/300000000 (2d)
42 FAIL DOMMatrixReadOnly stringifier: 1/300000000 (3d) assert_equals: expected "ma trix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 3.3333333333333334e-9, 0, 1)" but got "matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 3.33333e-09, 0, 1)" 42 PASS DOMMatrixReadOnly stringifier: 1/300000000 (3d)
43 FAIL DOMMatrixReadOnly stringifier: 100000 + (1/3) (2d) assert_equals: expected "matrix(1, 0, 0, 1, 0, 100000.33333333333)" but got "matrix(1, 0, 0, 1, 0, 10000 0)" 43 PASS DOMMatrixReadOnly stringifier: 100000 + (1/3) (2d)
44 FAIL DOMMatrixReadOnly stringifier: 100000 + (1/3) (3d) assert_equals: expected "matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100000.33333333333, 0, 1)" but got "matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100000, 0, 1)" 44 PASS DOMMatrixReadOnly stringifier: 100000 + (1/3) (3d)
45 FAIL DOMMatrixReadOnly stringifier: Math.pow(2, 53) + 1 (2d) assert_equals: expe cted "matrix(1, 0, 0, 1, 0, 9007199254740992)" but got "matrix(1, 0, 0, 1, 0, 9. 0072e+15)" 45 PASS DOMMatrixReadOnly stringifier: Math.pow(2, 53) + 1 (2d)
46 FAIL DOMMatrixReadOnly stringifier: Math.pow(2, 53) + 1 (3d) assert_equals: expe cted "matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 9007199254740992, 0, 1)" b ut got "matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 9.0072e+15, 0, 1)" 46 PASS DOMMatrixReadOnly stringifier: Math.pow(2, 53) + 1 (3d)
47 FAIL DOMMatrixReadOnly stringifier: Math.pow(2, 53) + 2 (2d) assert_equals: expe cted "matrix(1, 0, 0, 1, 0, 9007199254740994)" but got "matrix(1, 0, 0, 1, 0, 9. 0072e+15)" 47 PASS DOMMatrixReadOnly stringifier: Math.pow(2, 53) + 2 (2d)
48 FAIL DOMMatrixReadOnly stringifier: Math.pow(2, 53) + 2 (3d) assert_equals: expe cted "matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 9007199254740994, 0, 1)" b ut got "matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 9.0072e+15, 0, 1)" 48 PASS DOMMatrixReadOnly stringifier: Math.pow(2, 53) + 2 (3d)
49 FAIL DOMMatrixReadOnly stringifier: Number.MAX_VALUE (2d) assert_equals: expecte d "matrix(1, 0, 0, 1, 0, 1.7976931348623157e+308)" but got "matrix(1, 0, 0, 1, 0 , 1.79769e+308)" 49 PASS DOMMatrixReadOnly stringifier: Number.MAX_VALUE (2d)
50 FAIL DOMMatrixReadOnly stringifier: Number.MAX_VALUE (3d) assert_equals: expecte d "matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1.7976931348623157e+308, 0, 1 )" but got "matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1.79769e+308, 0, 1)" 50 PASS DOMMatrixReadOnly stringifier: Number.MAX_VALUE (3d)
51 FAIL DOMMatrixReadOnly stringifier: Number.MIN_VALUE (2d) assert_equals: expecte d "matrix(1, 0, 0, 1, 0, 5e-324)" but got "matrix(1, 0, 0, 1, 0, 4.94066e-324)" 51 PASS DOMMatrixReadOnly stringifier: Number.MIN_VALUE (2d)
52 FAIL DOMMatrixReadOnly stringifier: Number.MIN_VALUE (3d) assert_equals: expecte d "matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 5e-324, 0, 1)" but got "matri x3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 4.94066e-324, 0, 1)" 52 PASS DOMMatrixReadOnly stringifier: Number.MIN_VALUE (3d)
53 PASS DOMMatrixReadOnly stringifier: throwing getters (2d) 53 PASS DOMMatrixReadOnly stringifier: throwing getters (2d)
54 PASS DOMMatrixReadOnly stringifier: throwing getters (3d) 54 PASS DOMMatrixReadOnly stringifier: throwing getters (3d)
55 FAIL WebKitCSSMatrix stringifier: identity (2d) assert_equals: expected "matrix( 1, 0, 0, 1, 0, 0)" but got "matrix(1.000000, 0.000000, 0.000000, 1.000000, 0.000 000, 0.000000)" 55 FAIL WebKitCSSMatrix stringifier: identity (2d) assert_equals: expected "matrix( 1, 0, 0, 1, 0, 0)" but got "matrix(1.000000, 0.000000, 0.000000, 1.000000, 0.000 000, 0.000000)"
fserb 2017/05/29 17:22:51 this should be passing. Could you please check and
Byoungkwon Ko 2017/05/31 15:00:41 Yes, right. It should be passing. But I think when
56 FAIL WebKitCSSMatrix stringifier: identity (3d) self[constr].fromMatrix is not a function 56 FAIL WebKitCSSMatrix stringifier: identity (3d) self[constr].fromMatrix is not a function
57 FAIL WebKitCSSMatrix stringifier: NaN (2d) Failed to construct 'WebKitCSSMatrix' : Failed to parse '1,0,0,1,0,NaN'. 57 FAIL WebKitCSSMatrix stringifier: NaN (2d) Failed to construct 'WebKitCSSMatrix' : Failed to parse '1,0,0,1,0,NaN'.
58 FAIL WebKitCSSMatrix stringifier: NaN (3d) Failed to construct 'WebKitCSSMatrix' : Failed to parse '1,0,0,0,0,1,0,0,0,0,1,0,0,NaN,0,1'. 58 FAIL WebKitCSSMatrix stringifier: NaN (3d) Failed to construct 'WebKitCSSMatrix' : Failed to parse '1,0,0,0,0,1,0,0,0,0,1,0,0,NaN,0,1'.
59 FAIL WebKitCSSMatrix stringifier: Infinity (2d) Failed to construct 'WebKitCSSMa trix': Failed to parse '1,0,0,1,0,Infinity'. 59 FAIL WebKitCSSMatrix stringifier: Infinity (2d) Failed to construct 'WebKitCSSMa trix': Failed to parse '1,0,0,1,0,Infinity'.
60 FAIL WebKitCSSMatrix stringifier: Infinity (3d) Failed to construct 'WebKitCSSMa trix': Failed to parse '1,0,0,0,0,1,0,0,0,0,1,0,0,Infinity,0,1'. 60 FAIL WebKitCSSMatrix stringifier: Infinity (3d) Failed to construct 'WebKitCSSMa trix': Failed to parse '1,0,0,0,0,1,0,0,0,0,1,0,0,Infinity,0,1'.
61 FAIL WebKitCSSMatrix stringifier: -Infinity (2d) Failed to construct 'WebKitCSSM atrix': Failed to parse '1,0,0,1,0,-Infinity'. 61 FAIL WebKitCSSMatrix stringifier: -Infinity (2d) Failed to construct 'WebKitCSSM atrix': Failed to parse '1,0,0,1,0,-Infinity'.
62 FAIL WebKitCSSMatrix stringifier: -Infinity (3d) Failed to construct 'WebKitCSSM atrix': Failed to parse '1,0,0,0,0,1,0,0,0,0,1,0,0,-Infinity,0,1'. 62 FAIL WebKitCSSMatrix stringifier: -Infinity (3d) Failed to construct 'WebKitCSSM atrix': Failed to parse '1,0,0,0,0,1,0,0,0,0,1,0,0,-Infinity,0,1'.
63 FAIL WebKitCSSMatrix stringifier: 1/3 (2d) Failed to construct 'WebKitCSSMatrix' : Failed to parse '1,0,0,1,0,0.3333333333333333'. 63 FAIL WebKitCSSMatrix stringifier: 1/3 (2d) Failed to construct 'WebKitCSSMatrix' : Failed to parse '1,0,0,1,0,0.3333333333333333'.
64 FAIL WebKitCSSMatrix stringifier: 1/3 (3d) Failed to construct 'WebKitCSSMatrix' : Failed to parse '1,0,0,0,0,1,0,0,0,0,1,0,0,0.3333333333333333,0,1'. 64 FAIL WebKitCSSMatrix stringifier: 1/3 (3d) Failed to construct 'WebKitCSSMatrix' : Failed to parse '1,0,0,0,0,1,0,0,0,0,1,0,0,0.3333333333333333,0,1'.
65 FAIL WebKitCSSMatrix stringifier: 1/300000 (2d) Failed to construct 'WebKitCSSMa trix': Failed to parse '1,0,0,1,0,0.0000033333333333333333'. 65 FAIL WebKitCSSMatrix stringifier: 1/300000 (2d) Failed to construct 'WebKitCSSMa trix': Failed to parse '1,0,0,1,0,0.0000033333333333333333'.
66 FAIL WebKitCSSMatrix stringifier: 1/300000 (3d) Failed to construct 'WebKitCSSMa trix': Failed to parse '1,0,0,0,0,1,0,0,0,0,1,0,0,0.0000033333333333333333,0,1'. 66 FAIL WebKitCSSMatrix stringifier: 1/300000 (3d) Failed to construct 'WebKitCSSMa trix': Failed to parse '1,0,0,0,0,1,0,0,0,0,1,0,0,0.0000033333333333333333,0,1'.
67 FAIL WebKitCSSMatrix stringifier: 1/300000000 (2d) Failed to construct 'WebKitCS SMatrix': Failed to parse '1,0,0,1,0,3.3333333333333334e-9'. 67 FAIL WebKitCSSMatrix stringifier: 1/300000000 (2d) Failed to construct 'WebKitCS SMatrix': Failed to parse '1,0,0,1,0,3.3333333333333334e-9'.
68 FAIL WebKitCSSMatrix stringifier: 1/300000000 (3d) Failed to construct 'WebKitCS SMatrix': Failed to parse '1,0,0,0,0,1,0,0,0,0,1,0,0,3.3333333333333334e-9,0,1'. 68 FAIL WebKitCSSMatrix stringifier: 1/300000000 (3d) Failed to construct 'WebKitCS SMatrix': Failed to parse '1,0,0,0,0,1,0,0,0,0,1,0,0,3.3333333333333334e-9,0,1'.
69 FAIL WebKitCSSMatrix stringifier: 100000 + (1/3) (2d) Failed to construct 'WebKi tCSSMatrix': Failed to parse '1,0,0,1,0,100000.33333333333'. 69 FAIL WebKitCSSMatrix stringifier: 100000 + (1/3) (2d) Failed to construct 'WebKi tCSSMatrix': Failed to parse '1,0,0,1,0,100000.33333333333'.
70 FAIL WebKitCSSMatrix stringifier: 100000 + (1/3) (3d) Failed to construct 'WebKi tCSSMatrix': Failed to parse '1,0,0,0,0,1,0,0,0,0,1,0,0,100000.33333333333,0,1'. 70 FAIL WebKitCSSMatrix stringifier: 100000 + (1/3) (3d) Failed to construct 'WebKi tCSSMatrix': Failed to parse '1,0,0,0,0,1,0,0,0,0,1,0,0,100000.33333333333,0,1'.
71 FAIL WebKitCSSMatrix stringifier: Math.pow(2, 53) + 1 (2d) Failed to construct ' WebKitCSSMatrix': Failed to parse '1,0,0,1,0,9007199254740992'. 71 FAIL WebKitCSSMatrix stringifier: Math.pow(2, 53) + 1 (2d) Failed to construct ' WebKitCSSMatrix': Failed to parse '1,0,0,1,0,9007199254740992'.
72 FAIL WebKitCSSMatrix stringifier: Math.pow(2, 53) + 1 (3d) Failed to construct ' WebKitCSSMatrix': Failed to parse '1,0,0,0,0,1,0,0,0,0,1,0,0,9007199254740992,0, 1'. 72 FAIL WebKitCSSMatrix stringifier: Math.pow(2, 53) + 1 (3d) Failed to construct ' WebKitCSSMatrix': Failed to parse '1,0,0,0,0,1,0,0,0,0,1,0,0,9007199254740992,0, 1'.
73 FAIL WebKitCSSMatrix stringifier: Math.pow(2, 53) + 2 (2d) Failed to construct ' WebKitCSSMatrix': Failed to parse '1,0,0,1,0,9007199254740994'. 73 FAIL WebKitCSSMatrix stringifier: Math.pow(2, 53) + 2 (2d) Failed to construct ' WebKitCSSMatrix': Failed to parse '1,0,0,1,0,9007199254740994'.
74 FAIL WebKitCSSMatrix stringifier: Math.pow(2, 53) + 2 (3d) Failed to construct ' WebKitCSSMatrix': Failed to parse '1,0,0,0,0,1,0,0,0,0,1,0,0,9007199254740994,0, 1'. 74 FAIL WebKitCSSMatrix stringifier: Math.pow(2, 53) + 2 (3d) Failed to construct ' WebKitCSSMatrix': Failed to parse '1,0,0,0,0,1,0,0,0,0,1,0,0,9007199254740994,0, 1'.
75 FAIL WebKitCSSMatrix stringifier: Number.MAX_VALUE (2d) Failed to construct 'Web KitCSSMatrix': Failed to parse '1,0,0,1,0,1.7976931348623157e+308'. 75 FAIL WebKitCSSMatrix stringifier: Number.MAX_VALUE (2d) Failed to construct 'Web KitCSSMatrix': Failed to parse '1,0,0,1,0,1.7976931348623157e+308'.
76 FAIL WebKitCSSMatrix stringifier: Number.MAX_VALUE (3d) Failed to construct 'Web KitCSSMatrix': Failed to parse '1,0,0,0,0,1,0,0,0,0,1,0,0,1.7976931348623157e+30 8,0,1'. 76 FAIL WebKitCSSMatrix stringifier: Number.MAX_VALUE (3d) Failed to construct 'Web KitCSSMatrix': Failed to parse '1,0,0,0,0,1,0,0,0,0,1,0,0,1.7976931348623157e+30 8,0,1'.
77 FAIL WebKitCSSMatrix stringifier: Number.MIN_VALUE (2d) Failed to construct 'Web KitCSSMatrix': Failed to parse '1,0,0,1,0,5e-324'. 77 FAIL WebKitCSSMatrix stringifier: Number.MIN_VALUE (2d) Failed to construct 'Web KitCSSMatrix': Failed to parse '1,0,0,1,0,5e-324'.
78 FAIL WebKitCSSMatrix stringifier: Number.MIN_VALUE (3d) Failed to construct 'Web KitCSSMatrix': Failed to parse '1,0,0,0,0,1,0,0,0,0,1,0,0,5e-324,0,1'. 78 FAIL WebKitCSSMatrix stringifier: Number.MIN_VALUE (3d) Failed to construct 'Web KitCSSMatrix': Failed to parse '1,0,0,0,0,1,0,0,0,0,1,0,0,5e-324,0,1'.
79 FAIL WebKitCSSMatrix stringifier: throwing getters (2d) assert_equals: expected "matrix(1, 0, 0, 1, 0, 0)" but got "matrix(1.000000, 0.000000, 0.000000, 1.00000 0, 0.000000, 0.000000)" 79 FAIL WebKitCSSMatrix stringifier: throwing getters (2d) assert_equals: expected "matrix(1, 0, 0, 1, 0, 0)" but got "matrix(1.000000, 0.000000, 0.000000, 1.00000 0, 0.000000, 0.000000)"
80 FAIL WebKitCSSMatrix stringifier: throwing getters (3d) self[constr].fromMatrix is not a function 80 FAIL WebKitCSSMatrix stringifier: throwing getters (3d) self[constr].fromMatrix is not a function
81 Harness: the test ran to completion. 81 Harness: the test ran to completion.
82 82
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698