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