Harness status: OK

Found 30 tests

30 Pass
Pass	Constructing a CSSSkew with a keyword throws a TypeError
Pass	Constructing a CSSSkew with a double throws a TypeError
Pass	Constructing a CSSSkew with a unitless zero throws a TypeError
Pass	Constructing a CSSSkew with a string angle throws a TypeError
Pass	Constructing a CSSSkew with a number CSSUnitValue throws a TypeError
Pass	Constructing a CSSSkew with a time dimension CSSUnitValue throws a TypeError
Pass	Constructing a CSSSkew with a CSSMathValue of length type throws a TypeError
Pass	Updating CSSSkew.ax with a keyword throws a TypeError
Pass	Updating CSSSkew.ax with a double throws a TypeError
Pass	Updating CSSSkew.ax with a unitless zero throws a TypeError
Pass	Updating CSSSkew.ax with a string angle throws a TypeError
Pass	Updating CSSSkew.ax with a number CSSUnitValue throws a TypeError
Pass	Updating CSSSkew.ax with a time dimension CSSUnitValue throws a TypeError
Pass	Updating CSSSkew.ax with a CSSMathValue of length type throws a TypeError
Pass	Updating CSSSkew.ay with a keyword throws a TypeError
Pass	Updating CSSSkew.ay with a double throws a TypeError
Pass	Updating CSSSkew.ay with a unitless zero throws a TypeError
Pass	Updating CSSSkew.ay with a string angle throws a TypeError
Pass	Updating CSSSkew.ay with a number CSSUnitValue throws a TypeError
Pass	Updating CSSSkew.ay with a time dimension CSSUnitValue throws a TypeError
Pass	Updating CSSSkew.ay with a CSSMathValue of length type throws a TypeError
Pass	CSSSkew can be constructed from an angle CSSUnitValue and an angle CSSUnitValue
Pass	CSSSkew can be constructed from an angle CSSUnitValue and a CSSMathValue of angle type
Pass	CSSSkew can be constructed from a CSSMathValue of angle type and an angle CSSUnitValue
Pass	CSSSkew can be constructed from a CSSMathValue of angle type and a CSSMathValue of angle type
Pass	CSSSkew.ax can be updated to an angle CSSUnitValue
Pass	CSSSkew.ax can be updated to a CSSMathValue of angle type
Pass	CSSSkew.ay can be updated to an angle CSSUnitValue
Pass	CSSSkew.ay can be updated to a CSSMathValue of angle type
Pass	Modifying CSSSkew.is2D is a no-op