Bug 1526057: Adjust a test to remove reference to no-longer-recognized devtools fonteditor pref. r=gl

Differential Revision: https://phabricator.services.mozilla.com/D19078

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Daniel Holbert 2019-02-08 01:53:29 +00:00
Родитель 4972aa12a6
Коммит eb729fe090
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -8,8 +8,6 @@ const TEST_URI = URL_ROOT + "doc_browser_fontinspector.html";
// in its font tab.
// Non-regression test for https://bugzilla.mozilla.org/show_bug.cgi?id=1435469
add_task(async function() {
await pushPref("devtools.inspector.fonteditor.enabled", true);
const { inspector, view } = await openFontInspectorForURL(TEST_URI);
const viewDoc = view.document;