SimpleOpenGLView sample doesn't work on HTML5

Hello everyone,

Accordin docs OpenGLView should work on HTML5. But when I try to build, OpenGLView.isSupported returns false.

Windows 7
i5-2400
Chrome v.47

Maybe you need to build with webgl,
openfl test html5 -Dwebgl

thanks a lot, it works.