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