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