Reduce the chance of overflow due to fixed point denominator being squared when multiplying the raw values, before adjusting the final value back.
Fixes overflow bug found by UBSAN.
After the CSSPixels implementation evolved from a wrapper of double to a fixed-point saturated math arithmetic implementation, it makes sense to have separate tests for it.