blob: 41236f58c0ffb348b878148fa6f94ddda0c85dbb [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Cursor_insertCharacter("X");
showSelection();
}
</script>
</head>
<body>
<ol>
[]
<li>One</li>
<li>Two</li>
<li>Three</li>
</ol>
</body>
</html>