mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 906693 - ""TypeError: inspector.once(...) is undefined" errors in green mochitest-bc runs". r=paul
This commit is contained in:
parent
f1e0878203
commit
1fad14ce42
@ -42,7 +42,7 @@ function simpleInherit(aInspector, aRuleView)
|
||||
styleNode.parentNode.removeChild(styleNode);
|
||||
|
||||
emptyInherit();
|
||||
}).then(null, console.error);
|
||||
});
|
||||
}
|
||||
|
||||
function emptyInherit()
|
||||
@ -68,7 +68,7 @@ function emptyInherit()
|
||||
styleNode.parentNode.removeChild(styleNode);
|
||||
|
||||
elementStyleInherit();
|
||||
}).then(null, console.error);
|
||||
});
|
||||
}
|
||||
|
||||
function elementStyleInherit()
|
||||
@ -92,7 +92,7 @@ function elementStyleInherit()
|
||||
is(inheritProp.name, "color", "color should have been inherited.");
|
||||
|
||||
finishTest();
|
||||
}).then(null, console.error);
|
||||
});
|
||||
}
|
||||
|
||||
function finishTest()
|
||||
|
@ -37,7 +37,7 @@ function SI_inspectNode()
|
||||
is(span, computedView.viewedElement.rawNode(),
|
||||
"style inspector node matches the selected node");
|
||||
SI_toggleDefaultStyles();
|
||||
}).then(null, (err) => console.error(err));
|
||||
});
|
||||
}
|
||||
|
||||
function SI_toggleDefaultStyles()
|
||||
|
Loading…
Reference in New Issue
Block a user