1 Test the behavior of canvas recovery after a gpu context loss
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS contextLostTest is false
7 PASS ctx.isContextLost() is false
8 PASS contextLostTest is true
9 PASS ctx.isContextLost() is true
10 PASS successfullyParsed is true
13 PASS Graphics context lost event dispatched.
14 PASS contextLostTest is true
15 PASS ctx.isContextLost() is true
16 PASS Context restored event dispatched after context lost.
17 PASS contextLostTest is false
18 PASS ctx.isContextLost() is false