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