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