Harness status: OK

Found 15 tests

15 Fail
Fail	Constructing a CSSOKLab with percent for the lightness works as intended.
Fail	CSSOKLab.l can be updated with a percent.
Fail	Constructing a CSSOKLab with number for the lightness works as intended.
Fail	CSSOKLab.l can be updated with a number.
Fail	Constructing a CSSOKLab with css pixels for lightness throws a SyntaxError.
Fail	Constructing a CSSOKLab with degrees for lightness throws a SyntaxError.
Fail	CSSOKLab can be constructed from three numbers and will get an alpha of 100%.
Fail	CSSOKLab can be constructed from four numbers.
Fail	Constructing a CSSOKLab with CSS.number for l or alpha throws a SyntaxError
Fail	Updating a CSSOKLab with CSS.number for l throws a SyntaxError
Fail	CSSOKLab.l can be updated to a number.
Fail	CSSOKLab.l can be updated with a CSS percent.
Fail	Updating a CSSOKLab with CSS.number for alpha throws a SyntaxError
Fail	CSSOKLab.alpha can be updated to a number.
Fail	CSSOKLab.alpha can be updated with a CSS percent.