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