blob: c54e9990668507f71016cc9775fa0f50a9e595cf [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Lists_increaseIndent();
showSelection();
}
</script>
</head>
<body>
<ol>
<li><p>One</p></li>
<li><p>[Two</p></li>
<li><p>Three]</p></li>
</ol>
</body>
</html>