1 The test verifies autocomplete suggestions for CSS file.
4 Running: testClassNameAutocomplete
5 ========= Selection In Editor =========
9 ======= Autocomplete Suggestions =======
12 Running: testPropertyNameAutocomplete
13 ========= Selection In Editor =========
16 ======= Autocomplete Suggestions =======
18 ========= Selection In Editor =========
19 .my-class { -|webkit-border: 1px solid black; -webkit-color: blue;
21 ======= Autocomplete Suggestions =======
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;
47 ======= Autocomplete Suggestions =======
48 [-webkit-auto, -webkit-center, -webkit-left, -webkit-right, center, end, inherit, initial, justify, left, right, start]
50 Running: verifySuggestionsOnColumnTypedIn
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]