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
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
editing
/
inserting
/
insert-paragraph-separator-in-blockquote-expected.txt
blob
1e396f7832f945c3b56cafac83d6ef7604838926
1
This test ensures the paragraph separator inserted between quoted lines inside the blockquote.
2
You should see a <br> tag between 'First Line' and 'Second Line'.
3
4
| <div>
5
| id="testDiv"
6
| "First Line"
7
| <div>
8
| id="testDiv"
9
| <#selection-caret>
10
| <br>
11
| <div>
12
| "Second Line"