blob: 24da92fe2906c3ec73507d8696b7bd3ff02128a2 [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>