The following 2 WebGL extensions appear unsupported in Edge, while they're supported in Chrome: * `api.EXT_shader_texture_lod` * `api.EXT_frag_depth` I asked @Elchi3 if these were tested by the collector or not. If not, it would be good to add support for them. I'm guessing the data is just incorrect in BCD (I'm asking folks on the Edge team to confirm this). Here's @Elchi3 's response from our chat earlier: > It think the collector doesn't test it but it could probably use https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/getSupportedExtensions. > There is https://webglreport.com/ that also reports supported WebGL extensions. > Would be good to file an issue about this!