Messages in other ones come regularly in capabilities autodetection (the only way how to find out rendering into which render target formats is supported is to do trial frame buffer creation and check for status, which also triggers built-in warnings).
But even this one could be bogus, I already noticed out-of-order logging into console before, so even this "framebuffer incomplete" error can be still part of the autodetection.
At this point I do not know, something is not behaving as it should be on these Intel GPUs, though curiously it does work ok on my older Intel HD 3000 under Windows 7.
If you can (on Windows), you can try to enable DX11 ANGLE rendering backend in Chrome and see it it makes any difference (more capabilities are available with DX11, I use different code paths when more advanced features are present).
It's available via chrome://flags/ under "Enable D3D11" and should work in current stable Chrome 33 (though in Chrome Canary 35 it does work better).
I'm getting a dark blurry version. The console has:
TypeError: asm.js type error: expecting c.y where c is either the global or foreign parameter xg.min.head.js:2
"XG [version 0 | build 410 | 2014-03-30]" xg.min.head.js:20
"XG: half float textures not supported." xg.min.head.js:12
"XG: linear filtering for half float textures not supported." xg.min.head.js:12
"XG: fragment depth setting not supported." xg.min.head.js:12
Error: WebGL: A texture is going to be rendered as if it were black, as per the OpenGL ES 2.0.24 spec section 3.8.2, because it is a 2D texture, with a minification filter requiring a mipmap, and is not mipmap complete (as defined in section 3.7.10). xg.min.head.js:11
Error: WebGL: A texture is going to be rendered as if it were black, as per the OpenGL ES 2.0.24 spec section 3.8.2, because it is a 2D texture, with a minification filter requiring a mipmap, and is not mipmap complete (as defined in section 3.7.10).
XG [version 0 | build 410 | 2014-03-30] xg.min.head.js:20
XG: multiple render targets not supported. xg.min.head.js:12
XG: fragment depth setting not supported. xg.min.head.js:12
XG: render target support autodetection START (please ignore following warnings) xg.min.head.js:12
3
WebGL: checkFramebufferStatus: the internalformat of the attached texture is not color-renderable deferred_skin.html:1
XG: render target support autodetection END xg.min.head.js:12
XG.DeferredRenderer: can't use multiple render targets, falling back to multipass.
Firefox/Chrome, Windows 8.1, Intel HD 4000.