blob: 34593b2a2b36c09a5999f60dc65acbb762128718 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Outline_init();
PostponedActions_perform();
Formatting_applyFormattingChanges("H1",{});
PostponedActions_perform();
showSelection();
}
</script>
</head>
<body>
<ol>
<li>One</li>
<li>
<ul>
<li>Two</li>
<li>[Three]</li>
<li>Four</li>
</ul>
</li>
<li>Five</li>
</ol>
</body>
</html>