summaryrefslogtreecommitdiffstats
path: root/comm/mail/components/enterprisepolicies/tests/browser/hardware_acceleration/browser_policy_hardware_acceleration.js
blob: 59ca2a36315543f9bdde71a1795c00f652e6e662 (plain)
1
2
3
4
5
6
7
8
9
/* Any copyright is dedicated to the Public Domain.
 * http://creativecommons.org/publicdomain/zero/1.0/ */

"use strict";

add_task(async function test_policy_hardware_acceleration() {
  let winUtils = Services.wm.getMostRecentWindow("").windowUtils;
  is(winUtils.layerManagerType, "Basic", "Hardware acceleration disabled");
});