blob: 17cf27aa4b1dc4188b285f1d52b21b4936c3db44 [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>
<li>Four</li>
</ol>
</li>
<li>Five</li>
</ol>
</body>
</html>