video drivers installed, but no WebGL or OpenGL acceleration working

I had the same issue. Upgrading the Intel graphics driver fixed this issue (among other things):

sudo add-apt-repository ppa:oibaf/graphics-drivers
sudo apt-get update
sudo apt-get upgrade

Then reboot.

You can read detailed explanations on my blog.

Regards,