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

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

Issue 2639703002: DevTools: Console: Provide autocompletions for Maps (Closed)
Patch Set: Use [[Entries]] instead of preview Created 3 years, 11 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: 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 86eade7df93f5d13e81b327e4f6e2d1f56e1e554..b49ff25411487560dd03e8514b52a15921ab6220 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
@@ -71,6 +71,24 @@ Not Found: shouldNotFindThisFunction
Checking 'shou'
Not Found: should not find this
+Checking 'myMap.get('
+Found: "first")
+Found: "second")
+Found: "third")
+
+Checking 'myMap.get(''
+Found: 'first')
+Found: 'second')
+Found: 'third')
+
+Checking 'myMap.set('firs'
+Found: 'first',
+
+Checking 'myMap.set(should'
+Found: shouldFindThisFunction
+Not Found: shouldNotFindThis
+Not Found: "shouldNotFindThis")
+
Checking 'document. bo'
Found: body
@@ -81,7 +99,7 @@ Checking 'document.
bo'
Found: body
-Checking 'document.
+Checking 'document.
bo'
Found: body

Powered by Google App Engine
This is Rietveld 408576698