blob: a65b19d9015e44e12a6b754e5cccfe929e0d369b [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></li>
<li><p>Three</p></li>
</ol>
</body>
</html>