Harness status: OK

Found 19 tests

19 Pass
Pass	Constructing a CSSSkewX with a keyword throws a TypeError
Pass	Constructing a CSSSkewX with a double throws a TypeError
Pass	Constructing a CSSSkewX with a unitless zero throws a TypeError
Pass	Constructing a CSSSkewX with a string angle throws a TypeError
Pass	Constructing a CSSSkewX with a number CSSUnitValue throws a TypeError
Pass	Constructing a CSSSkewX with a time dimension CSSUnitValue throws a TypeError
Pass	Constructing a CSSSkewX with a CSSMathValue of length type throws a TypeError
Pass	Updating CSSSkewX.ax with a keyword throws a TypeError
Pass	Updating CSSSkewX.ax with a double throws a TypeError
Pass	Updating CSSSkewX.ax with a unitless zero throws a TypeError
Pass	Updating CSSSkewX.ax with a string angle throws a TypeError
Pass	Updating CSSSkewX.ax with a number CSSUnitValue throws a TypeError
Pass	Updating CSSSkewX.ax with a time dimension CSSUnitValue throws a TypeError
Pass	Updating CSSSkewX.ax with a CSSMathValue of length type throws a TypeError
Pass	CSSSkewX can be constructed from an angle CSSUnitValue
Pass	CSSSkewX can be constructed from 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	Modifying skewX.is2D is a no-op