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