Revision control
Copy as Markdown
Other Tools
/* Any copyright is dedicated to the Public Domain.
"use strict";
add_task(async function test_policy_hardware_acceleration() {
const winUtils = Services.wm.getMostRecentWindow("").windowUtils;
is(winUtils.layerManagerType, "Basic", "Hardware acceleration disabled");
});