Harness status: OK

Found 19 tests

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