Bug 1932347 - Adjust positioning of tab preview for vertical tabs r=tabbrowser-review...
[gecko.git] / dom / canvas / test / webgl-conf / checkout / deqp / test-webgl2.js
blobd6122231f0cd31fe48045212685d0c81152bdead
1 /** @type {WebGL2RenderingContext} */ var myContext;
2 console.log(myContext.READ_BUFFER);
3 // See whether WebGL 1.0 properties are correctly type checked.
4 console.log(myContext.DEPTH_BUFFER_BIT);