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