blob: 2b0ffb6315bd72852272b6dddb97cdeceb17ce68 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
function performTest()
{
Hierarchy_avoidInlineChildren(document.body);
}
</script>
</head>
<body>
One <b>Two</b> Three
<p>Test</p>
Four <b>Five</b> Six
</body>
</html>