Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / editor / text-editor-home-button-expected.txt
blob25dbe35e05a0eae3825bcade0637c1e6a598b6a8
1 This test verifies that home button triggers selection between first symbol of the line and first non-blank symbol of the line.
3 function foo()
5     return 42;
8 Running: testFirstNonBlankCharacter
9 function foo()
11     retu|rn 42;
13 function foo()
15     |return 42;
18 Running: testFirstNonBlankCharacterFromWhitespace
19 function foo()
21   |  return 42;
23 function foo()
25 |    return 42;
28 Running: testHomeButtonToggling
29 function foo()
31   |  return 42;
33 function foo()
35 |    return 42;
37 function foo()
39     |return 42;
41 function foo()
43 |    return 42;
46 Running: testHomeButtonDoesNotChangeCursor
47 fu|nction foo()
49     return 42;
51 |function foo()
53     return 42;
55 |function foo()
57     return 42;
60 Running: testHomeButtonWithShift
61 >function foo()
63     retu<rn 42;
65 >function foo()
67     <return 42;
69 >function foo()
71 <    return 42;
73 >function foo()
75     <return 42;
78 Running: testHomeButtonWithShiftInversed
79 function foo()
81     retu>rn 42;
83 function foo()
85     >return 42;
87 function foo()
89 >    return 42;
91 function foo()
93     >return 42;