| OLD | NEW |
| 1 The test verifies autocomplete suggestions for CSS file. | 1 The test verifies autocomplete suggestions for CSS file. |
| 2 | 2 |
| 3 | 3 |
| 4 Running: testClassNameAutocomplete | 4 Running: testClassNameAutocomplete |
| 5 ========= Selection In Editor ========= | 5 ========= Selection In Editor ========= |
| 6 .red { color: red } | 6 .red { color: red } |
| 7 .blue { color: blue } | 7 .blue { color: blue } |
| 8 .| | 8 .| |
| 9 ======= Autocomplete Suggestions ======= | 9 ======= Autocomplete Suggestions ======= |
| 10 [.red, .blue] | 10 [.red, .blue] |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 54 ========= Selection In Editor ========= | 54 ========= Selection In Editor ========= |
| 55 .my-class { -webkit-border: 1px solid black; -webkit-color: blue; | 55 .my-class { -webkit-border: 1px solid black; -webkit-color: blue; |
| 56 text-align: |} | 56 text-align: |} |
| 57 ======= Autocomplete Suggestions ======= | 57 ======= Autocomplete Suggestions ======= |
| 58 [-webkit-auto, -webkit-center, -webkit-left, -webkit-right, center, end, inherit
, initial, justify, left, right, start] | 58 [-webkit-auto, -webkit-center, -webkit-left, -webkit-right, center, end, inherit
, initial, justify, left, right, start] |
| 59 | 59 |
| 60 Running: verifySuggestionsOnColumnTypedIn | 60 Running: verifySuggestionsOnColumnTypedIn |
| 61 .green { | 61 .green { |
| 62 display| | 62 display| |
| 63 Suggestions displayed on ':' symbol typed in: | 63 Suggestions displayed on ':' symbol typed in: |
| 64 [-webkit-box, -webkit-inline-box, block, contents, 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, tabl
e-footer-group, table-header-group, table-row, table-row-group] | 64 [-webkit-box, -webkit-inline-box, block, contents, flex, flow-root, grid, inheri
t, initial, inline, inline-block, inline-flex, inline-grid, inline-table, list-i
tem, none, run-in, table, table-caption, table-cell, table-column, table-column-
group, table-footer-group, table-header-group, table-row, table-row-group] |
| 65 | 65 |
| OLD | NEW |