async function runTest() { var win = e.contentWindow;
if (win.location.hash != '') {
// Allow a half pixel difference because the scroll position is aligned with
// screen pixels instead of CSS pixels (bug 1774315).
isfuzzy(win.scrollY, 500, 0.5);
SimpleTest.finish();
return;
}
win.location.hash='#anchor'
win.scrollTo(0,500);
win.location.reload()
}
var e = document.createElement('iframe'); var url = 'file_bug842853-frame.html';
e.setAttribute('src',url);
e.setAttribute('onload','runTest()');
document.body.appendChild(e);
</script>
</body>
</html>
Messung V0.5
¤ Dauer der Verarbeitung: 0.26 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.