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
/
5607069-2-expected.txt
blob
8b2753732e3682f59277d417e04bf4a1d2779fbf
1
This tests for a bug where InsertLineBreak would insert a '\n' instead of a <br> if the caret was set just before an input field. There should be a br element between two input elements.
2
| <input>
3
| type="text"
4
| this.value=""
5
| <shadow:root>
6
| <div>
7
| id="inner-editor"
8
| <br>
9
| <input>
10
| type="text"
11
| this.value=""
12
| <shadow:root>
13
| <div>
14
| id="inner-editor"