blob: 85edf0b21bea98247eda0fcc4f6ed41a0fc59c9e [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>Two</li>
<li>[Three]</li>
<li>Four</li>
<li>Five</li>
</ol>
</body>
</html>