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