This tests ensures formatBlock do not make multiple elements when formatting multiple paragraphs. Formatting: | " " |
| "<#selection-anchor>hello"
|
| "world"
|
| "WebKit<#selection-focus>"
| "
"
Formatting:
| "
"
|
| "<#selection-anchor>hello" |
| "world<#selection-focus>" | " " by blockquote yields: | " " |
| "<#selection-anchor>hello" |
| "world<#selection-focus>" | " " Formatting: | " " || "<#selection-anchor>hello" || "world<#selection-focus>" | " " by p yields: | " " || "<#selection-anchor>hello" |
| "world<#selection-focus>" | " " Formatting: | " " || "<#selection-anchor>hello" |
|| "world" |
| "WebKit<#selection-focus>" | " " by pre yields: | " " |
| "<#selection-anchor>hello" |
| "world" |
| "WebKit<#selection-focus>" | " " Formatting: | " " || "hello" || "<#selection-anchor>world" | "webki<#selection-focus>t" | " " by h1 yields: | " " |
| "hello" || "<#selection-anchor>world" |
| "webkit<#selection-focus>" | " " Formatting: | " " || "<#selection-anchor>hello world<#selection-focus> webkit " | " " by blockquote yields: | " " ||| "<#selection-anchor>hello" |
| "world<#selection-focus>" | "webkit " | " " Formatting: | " " || "hello <#selection-anchor>world webki<#selection-focus>t " | " " by blockquote yields: | " " || "hello " || "<#selection-anchor>world" |
| "webki<#selection-focus>t" | " " Formatting: | " <#selection-anchor>hello" || "world<#selection-focus>" |
| "webkit" | " " by pre yields: |
| "<#selection-anchor> hello" |
| "worl<#selection-focus>d" || "webkit" | " " Formatting: | " " |
| "hello" || "<#selection-anchor>world" || "webki<#selection-focus>t" | " " by pre yields: | " " || "hello" || "<#selection-anchor>world" |
| "webki<#selection-focus>t" | " " Formatting: | " " ||
- | "<#selection-anchor>hello" |
- | "world<#selection-focus>" | " " by blockquote yields: | " " |
||
- | "<#selection-anchor>hello" |
|
- | "world<#selection-focus>" | " "