• webgl: Add support for getParameter(GL_FRAMEBUFFER_BINDING).

    To do this, we need to keep a map of GL names (encapsulated as
    WebGLFramebufferId) to WebGLFramebuffer objects so that we can return
    the right type.
    
    Fixes #12852
    anholt committed Aug 14, 2016