WebGL is a standard specification that is currently being developed to display 3D graphics in web browsers. The WebGL allows you to enable accelerated 3D graphics hardware on websites. Due to security reasons Firefox does not enable WebGL by default. The problem is not in Firefox but many drivers and Graphics cards do not have the full support for OpenGL . The reason it works on Chrome right now is because chrome doesn't have white/black/block-lists currently, as FireFox has. Mozilla blacklists specific GPUs based on the driver version number, i.e. NVIDIA cards require a driver numbered 8.17.12.5721 or greater AMD/ATI cards are 8.741.0.0 or greater Intel cards normally require 6.14.11 on XP, 7.15.10 on Vista or 8.15.10 on 7 (although some products are completely blocked) Macs require OS version 10.6 or newer To check if your graphics card is supported or not type following in address bar in your FireFox about:support Scroll down to Graphics Section and look for WebGL rendere...