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