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
/
inspector
/
editor
/
text-editor-line-breaks-expected.txt
blob
54cda239b8a4b49d6464bf79252ff194213fe1cb
1
This test checks that line endings are inferred from the initial text content, not incremental editing.
2
3
4
Running: testCRInitial
5
1%0A2%0A3%0A
6
7
Running: testCRLFInitial
8
1%0D%0A2%0D%0A3%0D%0A
9
10
Running: testCREdit
11
1%0Afoo%0Abar2%0A3%0A
12
13
Running: testCRLFEdit
14
1%0D%0Afoo%0D%0Abar2%0D%0A3%0D%0A
15