blob: a7c8e8f647e342193a6a5cac8e810dc623f606c9 [file] [log] [blame]
This test ensures WebKit avoids cloning Apple tab span when inserting a paragraph separator.
Only tab should be inside a Apple tab span in the following tests.
last visible position:
| <span>
| style="white-space:pre"
| " "
| <div>
| "hello world WebKit <#selection-caret>"
first visible position:
| <div>
| <br>
| "hello world WebKit <#selection-caret>"
| <span>
| style="white-space:pre"
| " "
before tab span:
| "hi, "
| <div>
| "hello world WebKit <#selection-caret>"
| <span>
| style="white-space:pre"
| " "
| " rocks"
after tab span:
| "hi, "
| <span>
| style="white-space:pre"
| " "
| <div>
| "hello world WebKit <#selection-caret>rocks"