зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1588486 - Fix eslint prettier failure. r=eslint-fix
This commit is contained in:
Родитель
955ab61048
Коммит
5306157de7
|
@ -123,7 +123,11 @@ add_task(async function() {
|
|||
|
||||
const slottedChildren = await walker.children(shadowChildren.nodes[1]);
|
||||
ok(slottedChildren.nodes[0].isBeforePseudoElement, "slot has ::before");
|
||||
ok(slottedChildren.nodes[slottedChildren.nodes.length - 1].isAfterPseudoElement, "slot has ::after");
|
||||
ok(
|
||||
slottedChildren.nodes[slottedChildren.nodes.length - 1]
|
||||
.isAfterPseudoElement,
|
||||
"slot has ::after"
|
||||
);
|
||||
});
|
||||
|
||||
add_task(async function() {
|
||||
|
|
Загрузка…
Ссылка в новой задаче