blob: f6e82711e4fb934cd15081b2d32281166f274e8a [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>