Bug 938322. Address review comment. r=gbrown

This commit is contained in:
Robert O'Callahan 2013-11-18 01:24:09 +13:00
parent 68cb18ba63
commit 2a31d94cb2

View File

@ -368,7 +368,7 @@ class RemoteReftest(RefTest):
prefs["extensions.getAddons.search.url"] = "http://127.0.0.1:8888/extensions-dummy/repositorySearchURL"
# Make sure that opening the plugins check page won't hit the network
prefs["plugins.update.url"] = "http://127.0.0.1:8888/plugins-dummy/updateCheckURL"
prefs["layout.css.devPixelsPerPx"] = "1.0";
prefs["layout.css.devPixelsPerPx"] = "1.0"
# Disable skia-gl: see bug 907351
prefs["gfx.canvas.azure.accelerated"] = False