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