repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
editing
/
pasteboard
/
merge-end-list-2-expected.txt
blob
b78af75d314d357def87e8137c561f799f032283
1
This tests pasting text ('foo\nbar') into a list item. The last bit of content in the incoming fragment should be merged with the paragraph after the position being pasted into.
2
3
Before insertion:
4
| <ul>
5
| <li>
6
| <div>
7
| "Item 1"
8
9
After insertion:
10
| <ul>
11
| <li>
12
| <div>
13
| "Item foo"
14
| <div>
15
| "bar<#selection-caret>"
16
| <li>
17
| <div>
18
| "1"