Files
openlayers/test_rendering/slimerjs-profile/prefs.js
Andreas Hocevar e978133b85 Make render tests work on more devices
By setting a device pixel ratio of 1.0 and increasing the tolerance for raster
reprojection tests, the render tests now also run from the console on OSX
devices with retina display.
2015-12-06 17:59:49 +01:00

5 lines
160 B
JavaScript

user_pref("webgl.force-enabled", true);
user_pref("webgl.disabled", false);
user_pref("webgl.msaa-force", true);
user_pref("layout.css.devPixelsPerPx", "1.0");