blob: 847e17cf47b51a39228b81a8eceae8cef868ebc9 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
for (var i = 0; i < 40; i++) {
Cursor_insertCharacter(".",false,true);
Cursor_moveRight();
}
showSelection();
}
</script>
</head>
<body>
<p>[]Line 1</p><br>
<p>Line 2</p><br>
<p>Line 3</p><br>
<p>Line 4</p><br>
<p>Line 5</p><br>
</body>
</html>