910e62b5创建于 1月15日历史提交
PASS 
        const canvas = document.getElementById("canvas");
        const gl = canvas.getContext("webgl");
        gl.vertexAttrib1fv(0, [NaN])
     did not throw exception.
PASS successfullyParsed is true

TEST COMPLETE