mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 03:48:23 +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.