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