### Summary In Chrome@Linux v.77, 3D plots are broken. ### Steps to reproduce For example, visit the [docs](https://plot.ly/python/3d-scatter-plots/). Other 3D plots used in production are similarly broken in Chrome 77. ### What is observed In error console, ```WebGL: CONTEXT_LOST_WEBGL: loseContext: context lost```. In the browser:  ### What is expected Normally functioning 3D plots. ### Additional information WebGL is enabled; get.webgl.org shows a spinning cube; Chrome WebGL experiments such as Aquarium work properly.