blob: 8a745355db8fe51df0bd8de8e5228bc531d79998 [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>