Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / transforms / transform-inherit-initial-unprefixed-expected.txt
blobd80b803529714c7f47a2ef7b7d3f126893b654ab
1 Test that inherit and initial works on unprefixed transforms.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 Testing inherit.
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.866025, -0.866025, 0.5, 0, 0)'
9 PASS computedStyle.transformOrigin is '100px 0px'
10 PASS computedStyle.webkitTransformOrigin is '100px 0px'
11 PASS computedStyle.transformStyle is 'preserve-3d'
12 PASS computedStyle.webkitTransformStyle is 'preserve-3d'
13 Testing initial.
14 PASS computedStyle.transform is 'none'
15 PASS computedStyle.webkitTransform is 'none'
16 PASS computedStyle.transformOrigin is '250px 0px'
17 PASS computedStyle.webkitTransformOrigin is '250px 0px'
18 PASS computedStyle.transformStyle is 'flat'
19 PASS computedStyle.webkitTransformStyle is 'flat'
20 PASS successfullyParsed is true
22 TEST COMPLETE