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
/
inspector
/
editor
/
text-editor-auto-whitespace-removing-expected.txt
blob
7ae0a45cdd16e453409775a97202331f52e6ca4f
1
This test verifies that auto-appended spaces are removed on consequent enters.
2
3
function (){}
4
if (a == b) {
5
6
Running: testCollapsedBlock
7
function.(){
8
9
....|
10
}
11
....if.(a.==.b).{
12
13
14
Running: testOpenCurlyBrace
15
function.(){}
16
....if.(a.==.b).{
17
18
........|
19
20
21
Running: testSmartIndent
22
function.(){}
23
..
24
25
..|..if.(a.==.b).{
26
27
28
Running: testMultiCursorSelection
29
function.(){}
30
..
31
32
..|..
33
34
....|if.(a.==.b).{
35
36
37
Running: testEditedAutoIndent
38
function.(){}
39
....if.(a.==.b).{
40
........W
41
........|
42
43