blob: 0ab35d4cd9b3e47030bebf74bf88eb78b1470f75 [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><p>One</p></li>
<li>
<p>Two</p>
<p>Three</p>
<p>[Four]</p>
</li>
<li><p>Five</p></li>
</ol>
</body>
</html>