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
/
inserting
/
insert-paragraph-separator-at-break-expected.txt
blob
c8041ef3208c878de398090fa6741b0e9fa1c314
1
This test ensures WebKit inserts only a break element when inserting a paragraph at a break element.
2
Only one BR should be inserted in this test.
3
4
After:
5
| <b>
6
| "place the cursor between these two lines"
7
| <br>
8
| <br>
9
| <#selection-caret>
10
| <br>
11
| "and press return"
12
| <br>
13
| "
14
"