According to Quantize ONNX Models, there's below message
scale is a positive real number used to map the floating point numbers to a quantization space.
And we also investigate current LLM Quantize Models, there's no case of using negative scale for quantizeLinear operator.
So I propose to remove those WPT conformance tests with negative scale.
@fdwr @huningxin @reillyeon Any suggestions? Thanks!