blob: 0fafea6d3503a97ca4e20758bda2280380381a07 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
for (var i = 0; i < 3; i++)
Lists_decreaseIndent();
showSelection();
}
</script>
</head>
<body>
<ol>
<li>
[One
<ol>
<li>
Two
<ol>
<li>
Three
<ol>
<li>
Four
<ol>
<li>Five]</li>
</ol>
</li>
</ol>
</li>
</ol>
</li>
</ol>
</li>
</ol>
</body>
</html>