mirror of
https://github.com/discourse/discourse.git
synced 2025-02-22 20:45:51 +00:00
This qUnit test was failing in Firefox 36 with "setting a property that has only a getter" because devicePixelRatio was being changed directly. The fix uses defineProperty to redefine devicePixelRatio instead.