зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1782908 - [devtools] Turn off styleeditor transition on browser_toolbox_styleeditor.js. r=jdescottes.
The devtools-triggered transition when editing a stylesheetseems to trigger an assertion failure Depends on D153432 Differential Revision: https://phabricator.services.mozilla.com/D153722
This commit is contained in:
Родитель
d1f484c9c2
Коммит
e7a7608563
|
@ -23,6 +23,8 @@ Services.scriptloader.loadSubScript(
|
|||
);
|
||||
|
||||
add_task(async function() {
|
||||
await pushPref("devtools.browsertoolbox.scope", "everything");
|
||||
await pushPref("devtools.styleeditor.transitions", false);
|
||||
await addTab(TEST_URI);
|
||||
await pushPref("devtools.browsertoolbox.scope", "everything");
|
||||
const ToolboxTask = await initBrowserToolboxTask({
|
||||
|
|
Загрузка…
Ссылка в новой задаче