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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions-expected.txt

Issue 2480423002: DevTools: Use CodeMirror syntax highlighting to improve JS autocomplete (Closed)
Patch Set: Move logic into ConsolePrompt Created 4 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions-expected.txt
index 28a304e8593ffd372ef7b3eaafaf9aeb9e0a8a1d..be8d66b33593134d6bc1a65b5a54be8da63e14d6 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions-expected.txt
@@ -47,4 +47,22 @@ Checking 'window.32'
Found: Float32Array
Found: Int32Array
+Checking ''
+Not Found: window
+
+Checking '' forcefully
+Found: window
+
+Checking '"string g"'
+Not Found: getComputedStyle
+
+Checking '`template string docu`'
+Not Found: document
+
+Checking '`${do'
+Found: document
+
+Checking '// do'
+Not Found: document
+

Powered by Google App Engine
This is Rietveld 408576698