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.
5 lines
160 B
JavaScript
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");
|