In chrome (everywhere) and on firefox (only on mac), we get a bunch of messages pertaining to unsupported shaders.
The specific messages are:
WARNING: Shader Unsupported: 'Standard (Specular setup)' - Pass 'FORWARD' has no vertex shader
WARNING: Shader Unsupported: 'Standard (Specular setup)' - Pass 'FORWARD_DELTA' has no vertex shader
WARNING: Shader Unsupported: 'Standard (Specular setup)' - Pass 'SHADOWCASTER' has no vertex shader
WARNING: Shader Unsupported: 'Standard (Specular setup)' - Pass 'DEFERRED' has no vertex shader
WARNING: Shader Unsupported: 'Standard (Specular setup)' - All passes removed
WARNING: Shader Unsupported: 'Standard' - Pass 'FORWARD' has no vertex shader
WARNING: Shader Unsupported: 'Standard' - Pass 'FORWARD_DELTA' has no vertex shader
WARNING: Shader Unsupported: 'Standard' - Pass 'SHADOWCASTER' has no vertex shader
WARNING: Shader Unsupported: 'Standard' - Pass 'DEFERRED' has no vertex shader
WARNING: Shader Unsupported: 'Standard' - All passes removed
On Chrome we also get several messages of “WebGL: INVALID_OPERATION: texImage2D: incompatible format and internalformat”
The end result is that the UI has several solid black areas where there should be color or texture (I’m not positive about this, but I suspect that it’s any UI texture where there is no alpha channel). (This is visible on the first attached image, and the 5.1 version is the 3rd attached image)
The standard shader also appears to be not applying light, resulting in an extremely dark scene. (This is visible on the second attached image, where the 5.1 rendering is the 4th attached image).