<html class="reftest-wait">
<head>
<script>
function test() {
function checkResolve(value) {
// Let the test timeout and fail
throw new Error("This promise should not resolve");
}
function checkReject(reason) {
if (reason.message !== "Browsing context is no longer available") {
// Let the test timeout and fail
throw new Error("Unexpected rejected promise reason");
}
// Otherwise, successfully rejected a request not attached to a
// window without crashing
}
var i = document.querySelector("iframe"); varnav = i.contentWindow.navigator;
i.remove();
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.