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