<html class="reftest-wait">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script src="/tests/SimpleTest/EventUtils.js"></script>
<style> span:before {
content: "IMAGE";
}
</style>
</head>
<body onload="start()">
<div onfocus="setTimeout(done, 0)" contenteditable>foo<span></span>bar</div>
<script> vardiv = document.querySelector("div");
function start() { div.focus();
}
function done() { var sel = getSelection();
sel.collapse(div, 0);
// Press Right four times to set the caret right before "bar"
for (var i = 0; i < 4; ++i) {
synthesizeKey("KEY_ArrowRight");
}
document.documentElement.removeAttribute("class");
}
</script>
</body>
</html>
Messung V0.5
¤ Dauer der Verarbeitung: 0.11 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.