blob: f5fcf61141d7a88afa00e67389c7ad7f301a1c04 [file] [log] [blame]
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"