Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / editor / text-editor-line-breaks-expected.txt
blob54cda239b8a4b49d6464bf79252ff194213fe1cb
1 This test checks that line endings are inferred from the initial text content, not incremental editing.
4 Running: testCRInitial
5 1%0A2%0A3%0A
7 Running: testCRLFInitial
8 1%0D%0A2%0D%0A3%0D%0A
10 Running: testCREdit
11 1%0Afoo%0Abar2%0A3%0A
13 Running: testCRLFEdit
14 1%0D%0Afoo%0D%0Abar2%0D%0A3%0D%0A