<pre id="test">
<script>
addLoadEvent(function() {
// Scroll down a bit
window.scrollTo(0, 5000);
setTimeout(function() {
// Make sure that we're scrolled by 5000px
is(Math.round(window.pageYOffset), 5000, "Make sure we're scrolled correctly");
// Scroll back up, and mess with the input box along the way varinput = document.getElementById("WhyDoYouFocusMe"); input.focus(); input.blur();
window.scrollTo(0, 0);
setTimeout(function() {
is(window.pageYOffset, 0, "Make sure we're scrolled back up correctly");
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.