blob: 2e3e33be60825531c4ac194d8190598db6dfa6f6 [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>