For example: * one two * three^four * monsters walking across the floor If you copy say the first list item into the pasteboard, then you put the cursor at ^ and press cmd+v, you should get: * one two * three * one two * ^ * four * monsters walking across the floor We currently just put the pasted list item into a new row below "*threefour". This is a follow up to https://bugs.webkit.org/show_bug.cgi?id=24872
Created attachment 49061 [details] Patch
Comment on attachment 49061 [details] Patch OK.
Comment on attachment 49061 [details] Patch Clearing flags on attachment: 49061 Committed r55135: <http://trac.webkit.org/changeset/55135>
All reviewed patches have been landed. Closing bug.
This is failing on the bot. I'm going to revert and try to land again tomorrow.
Committed r55143: <http://trac.webkit.org/changeset/55143>
Committed r55178: <http://trac.webkit.org/changeset/55178>