blob: aa6851045e41a0cfc1d58d0f6c392095bf759c6b [file] [log] [blame]
This test uses FormatBlock to apply the dl tag to a range of paragraphs with different block tags.
before FormatBlock:
| "
"
| <pre>
| id="start"
| "Fo<#selection-anchor>o"
| "
"
| <div>
| "bar"
| <br>
| <span>
| "baz"
| <br>
| "raz"
| "
dar
"
| <br>
| "
"
| <address>
| id="end"
| "ya<#selection-focus>r"
| "
"
after FormatBlock:
| "
"
| <dl>
| "Fo<#selection-anchor>o"
| <br>
| "bar"
| <br>
| <span>
| "baz"
| <br>
| "raz"
| <br>
| "
dar"
| <br>
| "
"
| "yar<#selection-focus>"
| "
"
| "
"
| "
"