diff --git a/benchmark.js b/benchmark.js index e37c8606..eb274b42 100644 --- a/benchmark.js +++ b/benchmark.js @@ -197,7 +197,7 @@ * @memberOf Benchmark.support * @type Boolean */ - support.browser = doc && isHostType(context, 'navigator'); + support.browser = doc && isHostType(context, 'navigator') && !isHostType(context, 'phantom'); /** * Detect if Java is enabled/exposed.