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

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: Add a test 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..9887902b4fe9f40201d6598001e02d527f5942c1 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,19 @@ Checking 'window.32'
Found: Float32Array
Found: Int32Array
+Checking ''
+Not Found: window
+
+Checking '' forcefully
+Found: window
+
+Checking 'g' with token js-string
+Not Found: getComputedStyle
+
+Checking 'window.docu' with token js-string-2
+Not Found: document
+
+Checking 'window["docu' with token js-string
+Found: "document"]
+

Powered by Google App Engine
This is Rietveld 408576698