blob: 6f148fece1f2b653f417b91b275a93a72c9d31e3 [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>