I have tried to figure out where this came from by comparing pref.js
file from a clean install of Firefox and i have found the property that caused the issue :
user_pref("layers.acceleration.disabled", true);
The value have to be on false
to solve this issue. Hope this help.