Bug 1508823 - Enable ESLint for dom/browser-element (manual changes). r=mccr8

Depends on D21215

Differential Revision: https://phabricator.services.mozilla.com/D14130
This commit is contained in:
Jagmeet Bhamber
2019-03-19 20:56:24 +00:00
parent acdc6b9272
commit 3985ff0b61
66 changed files with 207 additions and 102 deletions

View File

@@ -4,6 +4,10 @@
// Bug 741717 - Test the reload ability of <iframe mozbrowser>.
"use strict";
/* global browserElementTestHelpers */
/* eslint-env mozilla/frame-script */
SimpleTest.waitForExplicitFinish();
browserElementTestHelpers.setEnabledPref(true);
browserElementTestHelpers.addPermission();