diff --git a/layout/tools/reftest/remotereftest.py b/layout/tools/reftest/remotereftest.py index b70fcc3d18ab..58e0a762103f 100644 --- a/layout/tools/reftest/remotereftest.py +++ b/layout/tools/reftest/remotereftest.py @@ -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