blob: 261041871e745e12a4b39024dd14f802c6ffcde4 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Hierarchy_avoidInlineChildren(document.body);
}
</script>
</head>
<body>
One
<p>Two</p>
Three
</body>
</html>