PASS jsWrapperClass(transformRule) is 'CSSValueList'
PASS jsWrapperClass(transformRule.__proto__) is 'CSSValueListPrototype'
PASS jsWrapperClass(transformRule.constructor) is 'CSSValueListConstructor'
PASS jsWrapperClass(transformRule[0]) is 'WebKitCSSTransformValue'
PASS jsWrapperClass(transformRule[0].__proto__) is 'WebKitCSSTransformValuePrototype'
PASS jsWrapperClass(transformRule[0].constructor) is 'WebKitCSSTransformValueConstructor'
PASS transformRule[0].operationType is 1
PASS transformRule[0].cssText is 'translate(10px)'
PASS transformRule[1].operationType is 2
PASS transformRule[1].cssText is 'translateX(10px)'
PASS transformRule[2].operationType is 3
PASS transformRule[2].cssText is 'translateY(10px)'
PASS transformRule[3].operationType is 4
PASS transformRule[3].cssText is 'rotate(10deg)'
PASS transformRule[4].operationType is 4
PASS transformRule[4].cssText is 'rotate(11rad)'
PASS transformRule[5].operationType is 4
PASS transformRule[5].cssText is 'rotate(12grad)'
PASS transformRule[6].operationType is 4
PASS transformRule[6].cssText is 'rotate(13turn)'
PASS transformRule[7].operationType is 5
PASS transformRule[7].cssText is 'scale(2)'
PASS transformRule[8].operationType is 6
PASS transformRule[8].cssText is 'scaleX(1.2)'
PASS transformRule[9].operationType is 7
PASS transformRule[9].cssText is 'scaleY(1.2)'
PASS transformRule[10].operationType is 8
PASS transformRule[10].cssText is 'skew(10deg, 10rad)'
PASS transformRule[11].operationType is 9
PASS transformRule[11].cssText is 'skewX(10deg)'
PASS transformRule[12].operationType is 10
PASS transformRule[12].cssText is 'skewY(11grad)'
PASS transformRule[13].operationType is 11
PASS transformRule[13].cssText is 'matrix(1, 0, 0, 1, 0, 0)'
PASS successfullyParsed is true

TEST COMPLETE

