Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1259)

Side by Side Diff: LayoutTests/inspector/editor/text-editor-autocomplete-expected.txt

Issue 670163002: DevTools: [CodeMirrro] defer autocomplete controller initialization (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebaseline test Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698