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