1 PASS successfullyParsed is true
4 Test that the event passed to a listener of webglcontextlost is a WebGLContextEvent.
5 PASS evt.toString() is '[object WebGLContextEvent]'
6 PASS evt.statusMessage is ''
7 PASS context.getError() is context.NO_ERROR
8 Test that the event passed to a listener of webglcontextrestored is a WebGLContextEvent.
9 PASS evt.toString() is '[object WebGLContextEvent]'
10 PASS evt.statusMessage is ''
11 PASS successfullyParsed is true