blob: df1899acda082944f38c5a4cfadd99dcc1014fd4 [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>