Bug 1731347 - Fix lint failures r=fix CLOSED TREE

This commit is contained in:
Noemi Erli 2021-09-17 23:33:43 +03:00
parent 12523a9e48
commit fb4024c0e7

View File

@ -134,7 +134,9 @@ add_task(async function() {
// the expectations. Instead of branching on the test set the pref to true
// here as that is the end state, and it doesn't interact with the test in
// other ways.
await SpecialPowers.pushPrefEnv({ set: [["layout.css.backdrop-filter.enabled", true]] });
await SpecialPowers.pushPrefEnv({
set: [["layout.css.backdrop-filter.enabled", true]],
});
const { panel, ui } = await openStyleEditorForURL(TESTCASE_URI);
const { cssProperties } = ui;
const testCases = getTestCases(cssProperties);