blob: 3ddf1702fc32566373bca3a21f24a000d2df1a21 [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>