blob: 21b934fb8e3b3e5a2b97c7c0708c9c1f636c7eea [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>