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

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: CurrentTokenType 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..ad2c60967c8d3bcb6089ab40fb6b2a9553c7a128 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