blob: 4cc8bef3ce23fca87bc70ee3b5405d889d204bbd [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
var p0 = document.getElementsByTagName("P")[0];
Hierarchy_ensureValidHierarchy(p0.firstChild,true);
}
</script>
</head>
<body>
<b><i><u><p>Sample text</p></u></i></b>
</body>
</html>