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