blob: 84f471bf037a5607e835840f8ee7a0ce56080603 [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></li>
<li><p>Three</p></li>
<li><p>Four</p></li>
<li><p>[Five]</p></li>
</ol>
</body>
</html>