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