blob: 507bc73fedef5fb1c078c9baed365988762cd477 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
var p = document.getElementsByTagName("P")[0];
Hierarchy_ensureValidHierarchy(p,true);
}
</script>
</head>
<body>
<b><i><u><ul><li>Item 1</li></ul><ol><li>Item 2</li></ol><p>Sample text</p><ul><li>Item 3</li></ul><ol><li>Item 4</li></ol></u></i></b>
</body>
</html>