Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / sources / autocomplete-css-expected.txt
blobcec7a67a49feea83ce764a704c9ddfe4b4d84333
1 The test verifies autocomplete suggestions for CSS file.
4 Running: testClassNameAutocomplete
5 ========= Selection In Editor =========
6 .red { color: red }
7 .blue { color: blue }
8 .|
9 ======= Autocomplete Suggestions =======
10 [.red, .blue]
12 Running: testPropertyNameAutocomplete
13 ========= Selection In Editor =========
14 .red { color: red }
15 .blue { c|
16 ======= Autocomplete Suggestions =======
17 [color]
18 ========= Selection In Editor =========
19 .my-class { -|webkit-border: 1px solid black; -webkit-color: blue;
20 text-align: }
21 ======= Autocomplete Suggestions =======
22 [-webkit-color]
24 Running: testPropertyValueAutocomplete
25 ========= Selection In Editor =========
26 .red { border-style: |
27 /* some other words to mess up */
28 ======= Autocomplete Suggestions =======
29 [dashed, dotted, double, groove, hidden, inherit, initial, inset, none, outset, ridge, solid]
30 ========= Selection In Editor =========
31 .red { border-style: d|
32 /* dial drummer dig */
33 ======= Autocomplete Suggestions =======
34 [dashed, dotted, double]
35 ========= Selection In Editor =========
36 .red { border-style: z|
37 /* zipper zorro zion */
38 ======= Autocomplete Suggestions =======
40 ========= Selection In Editor =========
41 .red { border-style/* comment */: /* comment */|
42 ======= Autocomplete Suggestions =======
43 [dashed, dotted, double, groove, hidden, inherit, initial, inset, none, outset, ridge, solid]
44 ========= Selection In Editor =========
45 .my-class { -webkit-border: 1px solid black; -webkit-color: blue;
46 text-align: |}
47 ======= Autocomplete Suggestions =======
48 [-webkit-auto, -webkit-center, -webkit-left, -webkit-right, center, end, inherit, initial, justify, left, right, start]
50 Running: verifySuggestionsOnColumnTypedIn
51 .green {
52    display|
53 Suggestions displayed on ':' symbol typed in:
54 [-webkit-box, -webkit-inline-box, block, flex, grid, inherit, initial, inline, inline-block, inline-flex, inline-grid, inline-table, list-item, none, run-in, table, table-caption, table-cell, table-column, table-column-group, table-footer-group, table-header-group, table-row, table-row-group]