Harness status: OK

Found 27 tests

27 Pass
Pass	Constructing a CSSRotate with a CSSUnitValue with type other than angle for the angle throws a TypeError
Pass	Constructing a CSSRotate with a CSSMathValue that doesn't match <angle> for the angle throws a TypeError
Pass	Constructing a CSSRotate with a CSSUnitValue with type other than number for the coordinates throws a TypeError
Pass	Constructing a CSSRotate with a CSSMathValue that doesn't match <number> for the coordinates throws a TypeError
Pass	Updating CSSRotate.x to a CSSUnitValue with type other than number throws a TypeError
Pass	Updating CSSRotate.x to a CSSMathValue that doesn't match <number> throws a TypeError
Pass	Updating CSSRotate.y to a CSSUnitValue with type other than number throws a TypeError
Pass	Updating CSSRotate.y to a CSSMathValue that doesn't match <number> throws a TypeError
Pass	Updating CSSRotate.z to a CSSUnitValue with type other than number throws a TypeError
Pass	Updating CSSRotate.z to a CSSMathValue that doesn't match <number> throws a TypeError
Pass	Updating CSSRotate.angle to a CSSUnitValue with type other than angle throws a TypeError
Pass	Updating CSSRotate.angle to a CSSMathValue that doesn't match <angle> throws a TypeError
Pass	CSSRotate can be constructed from a single angle
Pass	CSSRotate can be constructed from numberish coordinates
Pass	CSSRotate can be constructed from CSSMathValues
Pass	CSSRotate.x can be updated to a double
Pass	CSSRotate.x can be updated to a number CSSUnitValue
Pass	CSSRotate.x can be updated to a CSSMathValue matching <number>
Pass	CSSRotate.y can be updated to a double
Pass	CSSRotate.y can be updated to a number CSSUnitValue
Pass	CSSRotate.y can be updated to a CSSMathValue matching <number>
Pass	CSSRotate.z can be updated to a double
Pass	CSSRotate.z can be updated to a number CSSUnitValue
Pass	CSSRotate.z can be updated to a CSSMathValue matching <number>
Pass	CSSRotate.angle can be updated to a degree CSSUnitValue
Pass	CSSRotate.angle can be updated to a CSSMathValue matching <angle>
Pass	Modifying CSSRotate.is2D can be updated to true or false