Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / editor / text-editor-auto-whitespace-removing-expected.txt
blob7ae0a45cdd16e453409775a97202331f52e6ca4f
1 This test verifies that auto-appended spaces are removed on consequent enters.
3 function (){}
4     if (a == b) {
6 Running: testCollapsedBlock
7 function.(){
9 ....|
11 ....if.(a.==.b).{
14 Running: testOpenCurlyBrace
15 function.(){}
16 ....if.(a.==.b).{
18 ........|
21 Running: testSmartIndent
22 function.(){}
25 ..|..if.(a.==.b).{
28 Running: testMultiCursorSelection
29 function.(){}
32 ..|..
34 ....|if.(a.==.b).{
37 Running: testEditedAutoIndent
38 function.(){}
39 ....if.(a.==.b).{
40 ........W
41 ........|