This test ensures WebKit does not skip paragraphs when determining the insertion position for paste. You should see "hello world WebKit" below. Initial markup: | " " | | class="Apple-style-span" | face="'courier new', monospace" |
| style="font-family: arial;" | " " | | class="Apple-style-span" | style="font-family: 'courier new', monospace;" | "hello" | " " |
| style="font-family: arial; " | | class="Apple-style-span" | style="font-family: 'courier new', monospace;" | " WebKit" | " " After inserting " world": | " " | | class="Apple-style-span" | face="'courier new', monospace" |
| style="font-family: arial;" | " " | | class="Apple-style-span" | style="font-family: 'courier new', monospace;" | "hello" | " " |
| style="font-family: arial; " | | class="Apple-style-span" | style="font-family: 'courier new', monospace;" | " WebKit" | " " After deleting line break before " WebKit": | " " | | class="Apple-style-span" | face="'courier new', monospace" |
| style="font-family: arial;" | " " | | class="Apple-style-span" | style="font-family: 'courier new', monospace;" | "hello" | " " |
| style="font-family: arial; " | | class="Apple-style-span" | style="font-family: 'courier new', monospace;" | " WebKit" | " "