add_task(async function () {
registerCleanupFunction(function () {
Services.prefs.clearUserPref("devtools.toolbox.zoomValue");
});
// This test assume that zoom value will be default value. i.e. x1.0.
Services.prefs.setCharPref("devtools.toolbox.zoomValue", "1.0");
await addTab("about:blank"); const toolbox = await gDevTools.showToolboxForTab(gBrowser.selectedTab, {
toolId: "styleeditor",
hostType: Toolbox.HostType.BOTTOM,
});
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.