blob: 4ef6b71e0d9dcd5b2e81ad489dbc46289910fee9 [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>