| OLD | NEW |
| 1 This test checks how text editor updates autocompletion dictionary in a response
to user input. | 1 This test checks how text editor updates autocompletion dictionary in a response
to user input. |
| 2 | 2 |
| 3 | 3 |
| 4 Running: testCompletionsShowUpOnKeyPress |
| 5 ========= Text in editor ========= |
| 6 name1 name2 name3 name4 |
| 7 name1| |
| 8 ======= Words in dictionary ======= |
| 9 [name1, name2, name3, name4] |
| 10 ============= |
| 11 |
| 4 Running: testSetInitialText | 12 Running: testSetInitialText |
| 5 ========= Text in editor ========= | 13 ========= Text in editor ========= |
| 6 |one two three3_ | 14 |one two three3_ |
| 7 four five | 15 four five |
| 8 a_b | 16 a_b |
| 9 six | 17 six |
| 10 123foo | 18 123foo |
| 11 132 | 19 132 |
| 12 seven | 20 seven |
| 13 ======= Words in dictionary ======= | 21 ======= Words in dictionary ======= |
| (...skipping 28 matching lines...) Expand all Loading... |
| 42 [bird, dog, mouse] | 50 [bird, dog, mouse] |
| 43 ============= | 51 ============= |
| 44 | 52 |
| 45 Running: testCSSMimeType | 53 Running: testCSSMimeType |
| 46 ========= Text in editor ========= | 54 ========= Text in editor ========= |
| 47 |.my-class { -webkit-border: 1px solid black; } | 55 |.my-class { -webkit-border: 1px solid black; } |
| 48 ======= Words in dictionary ======= | 56 ======= Words in dictionary ======= |
| 49 [-webkit-border, .my-class, black, solid] | 57 [-webkit-border, .my-class, black, solid] |
| 50 ============= | 58 ============= |
| 51 | 59 |
| OLD | NEW |