blob: 8cb983c3ac431753db039d0dbd2cf9437383e6d3 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Lists_setOrderedList();
Cursor_insertCharacter("One");
Cursor_enterPressed();
Cursor_insertCharacter("Two");
Cursor_enterPressed();
Lists_clearList();
Cursor_insertCharacter("End");
showSelection();
}
</script>
</head>
<body>
[]
</body>
</html>