The WPT test css/css-typed-om/stylevalue-subclasses/cssScale.tentative.html requires that the following throw an exception:
let coord = new CSSMathProduct(CSS.px(1), new CSSMathInvert(CSS.px(1)));
let scale = new CSSScale(coord, 0);
with a description calling the product "an invalid division by px/px".
I can't find where (or if) this is required by the current CSS Typed OM draft (and it may just be an invalid test, it is marked tentative), but may be missing it.
Should this be invalid?