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