await ContentTaskUtils.waitForCondition(
() => iframe.contentWindow.document.readyState === "interactive", "Iframe error page should have loaded"
);
ok(
!!iframe.contentWindow.document.getElementById("explanation-iframe"), "#explanation-iframe should exist"
);
is(
iframe.contentWindow.document
.getElementById("explanation-iframe")
.getAttribute("hidden"), null, "#explanation-iframe should not be hidden"
);
for (const id of ["explanation-continue", "goBack", "openInsecure"]) {
is(
iframe.contentWindow.document.getElementById(id), null,
`#${id} should have been removed`
);
}
});
}
);
});
Messung V0.5
¤ Dauer der Verarbeitung: 0.12 Sekunden
(vorverarbeitet)
¤
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 und die Messung sind noch experimentell.