is(t.selectionStart, 4, "Cursor should be moved correctly");
is(t.selectionEnd, 4, "Cursor should be moved correctly");
var after = snapshotWindow(window, true);
var result = compareSnapshots(before, after, true); var msg = "The caret should be displayed correctly after reframing";
if (!result[0]) {
msg += "\nRESULT:\n" + result[2];
msg += "\nREFERENCE:\n" + result[1];
}
ok(result[0], msg);
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 ist noch experimentell.