blob: 7182bf3c7c72d7ab6e51ba313af9960b101c1f6f [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
var test = document.getElementById("test");
DOM_deleteAllChildren(test);
Selection_set(test,0,test,0);
Lists_increaseIndent();
showSelection();
}
</script>
</head>
<body>
<ol>
<li>One</li>
<li>Two</li>
<li id="test"></li>
</ol>
</body>
</html>