blob: a61aed9ee62d04d8bb9531b3abb646ab05dba715 [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>