OLD | NEW |
1 Test that inherit and initial works on unprefixed transforms. | 1 Test that inherit and initial works on unprefixed transforms. |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 Testing inherit. | 6 Testing inherit. |
7 PASS computedStyle.transform is 'matrix(0.5, 0.866025403784439, -0.8660254037844
39, 0.5, 0, 0)' | 7 PASS computedStyle.transform is 'matrix(0.5, 0.866025, -0.866025, 0.5, 0, 0)' |
8 PASS computedStyle.webkitTransform is 'matrix(0.5, 0.866025403784439, -0.8660254
03784439, 0.5, 0, 0)' | 8 PASS computedStyle.webkitTransform is 'matrix(0.5, 0.866025, -0.866025, 0.5, 0,
0)' |
9 PASS computedStyle.transformOrigin is '100px 0px' | 9 PASS computedStyle.transformOrigin is '100px 0px' |
10 PASS computedStyle.webkitTransformOrigin is '100px 0px' | 10 PASS computedStyle.webkitTransformOrigin is '100px 0px' |
11 PASS computedStyle.transformStyle is 'preserve-3d' | 11 PASS computedStyle.transformStyle is 'preserve-3d' |
12 PASS computedStyle.webkitTransformStyle is 'preserve-3d' | 12 PASS computedStyle.webkitTransformStyle is 'preserve-3d' |
13 Testing initial. | 13 Testing initial. |
14 PASS computedStyle.transform is 'none' | 14 PASS computedStyle.transform is 'none' |
15 PASS computedStyle.webkitTransform is 'none' | 15 PASS computedStyle.webkitTransform is 'none' |
16 PASS computedStyle.transformOrigin is '250px 0px' | 16 PASS computedStyle.transformOrigin is '250px 0px' |
17 PASS computedStyle.webkitTransformOrigin is '250px 0px' | 17 PASS computedStyle.webkitTransformOrigin is '250px 0px' |
18 PASS computedStyle.transformStyle is 'flat' | 18 PASS computedStyle.transformStyle is 'flat' |
19 PASS computedStyle.webkitTransformStyle is 'flat' | 19 PASS computedStyle.webkitTransformStyle is 'flat' |
20 PASS successfullyParsed is true | 20 PASS successfullyParsed is true |
21 | 21 |
22 TEST COMPLETE | 22 TEST COMPLETE |
23 | 23 |
OLD | NEW |