Bug 1501582 - Add a geckoview condition to the reftest sandbox. r=gbrown

Differential Revision: https://phabricator.services.mozilla.com/D34537

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Kartikaya Gupta 2019-06-11 16:06:41 +00:00
parent 6af45968ec
commit 9d4b493f9c

View File

@ -464,6 +464,10 @@ function BuildConditionSandbox(aURL) {
sandbox.is64Bit = xr.is64Bit;
// GeckoView is currently uniquely identified by "android + e10s" but
// we might want to make this condition more precise in the future.
sandbox.geckoview = (sandbox.Android && g.browserIsRemote);
// Scrollbars that are semi-transparent. See bug 1169666.
sandbox.transparentScrollbars = xr.widgetToolkit == "gtk3";