Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / editor / text-editor-block-indent-expected.txt
blob223c451fe5c129f7c464f4ee6f775d45955106e7
1 This test verifies applied indentation whenever you hit enter in "{|}" or type in "}" while inside opened block.
3 {} {}
4   {}
5   {
6     
7     {
8         
10 Running: testSimpleCollapsedBlockExpanding
12 ..|
13 }.{}
14 ..{}
15 ..{
16 ....
17 ....{
18 ........
21 Running: testMulticursorCollapsedBlockExpanding
23 ..|
24 }.{
25 ..|
27 ..{
28 ....|
29 ..}
30 ..{
31 ....
32 ....{
33 ........
36 Running: testMulticursorCollapsedBlockNotExpanding
38 |}.{}
40 ..|{}
41 ..{
42 ....
43 ....{
44 ........
47 Running: testSingleCursorClosingBracketIndent
48 {}.{}
49 ..{}
50 ..{
51 ..}|....
52 ....{
53 ........
56 Running: testMulticursorClosingBracketIndent
57 {}.{}
58 ..{}
59 ..{
60 ..}|
61 ....{
62 ....}|
65 Running: testMulticursorClosingBracketIndentNotExecuted
66 {}.{}
67 ..{}
68 ..{
69 ....}|
70 ....{}|
71 ........