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

Unified 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, 2 months 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/inspector/editor/text-editor-autocomplete-expected.txt
diff --git a/LayoutTests/inspector/editor/text-editor-autocomplete-expected.txt b/LayoutTests/inspector/editor/text-editor-autocomplete-expected.txt
index 444815dbb842e0f52bc711d4abf898e54f3c051c..3ac8707a726bfb52a3a0df903a52d56d1e92a97c 100644
--- a/LayoutTests/inspector/editor/text-editor-autocomplete-expected.txt
+++ b/LayoutTests/inspector/editor/text-editor-autocomplete-expected.txt
@@ -1,6 +1,14 @@
This test checks how text editor updates autocompletion dictionary in a response to user input.
+Running: testCompletionsShowUpOnKeyPress
+========= Text in editor =========
+name1 name2 name3 name4
+name1|
+======= Words in dictionary =======
+[name1, name2, name3, name4]
+=============
+
Running: testSetInitialText
========= Text in editor =========
|one two three3_

Powered by Google App Engine
This is Rietveld 408576698