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