This test ensures WebKit does not ignore the content of hr, datagrid, and object with child nodes.

"world" and only "world" should be bolded in each element below:
| <hr>
|   "hello "
|   <b>
|     "world"
|   " WebKit"
| <datagrid>
|   "hello "
|   <b>
|     "world"
|   " WebKit"
| <object>
|   "hello "
|   <b>
|     "<#selection-anchor>world<#selection-focus>"
|   " WebKit"

The result below should be identical to the result above:
| <hr>
|   "hello "
|   <b>
|     "world"
|   " WebKit"
| <datagrid>
|   "hello "
|   <b>
|     "world"
|   " WebKit"
| <object>
|   "hello "
|   <b>
|     "world"
|   " WebKit"
