blob: e267d0fd6552c635dd05f9134fcfeceea7e2e3aa [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
var li = document.getElementsByTagName("LI")[0];
Hierarchy_ensureValidHierarchy(li,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>