зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1530291 - Remove references to devtools-filter-icon classname;r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D20984 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
7734adfd57
Коммит
d82f34fe81
|
@ -425,10 +425,6 @@ checkbox:-moz-focusring {
|
|||
background-image: url("chrome://devtools/skin/images/clear.svg");
|
||||
}
|
||||
|
||||
.devtools-button.devtools-filter-icon::before {
|
||||
background-image: url("chrome://devtools/skin/images/filter.svg");
|
||||
}
|
||||
|
||||
.devtools-toolbarbutton.devtools-clear-icon {
|
||||
list-style-image: url("chrome://devtools/skin/images/clear.svg");
|
||||
}
|
||||
|
|
|
@ -47,14 +47,6 @@ add_task(async function() {
|
|||
|
||||
async function getFilterButtons(hud) {
|
||||
const outputNode = hud.ui.outputNode;
|
||||
info("Wait for console toolbar to appear");
|
||||
const toolbar = await waitFor(() => {
|
||||
return outputNode.querySelector(".webconsole-filterbar-primary");
|
||||
});
|
||||
// Show the filter bar if it is hidden
|
||||
if (!outputNode.querySelector(".webconsole-filterbar-secondary")) {
|
||||
toolbar.querySelector(".devtools-filter-icon").click();
|
||||
}
|
||||
|
||||
info("Wait for console filterbar to appear");
|
||||
const filterBar = await waitFor(() => {
|
||||
|
|
Загрузка…
Ссылка в новой задаче