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