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

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

Issue 2478563002: DevTools: Substring autocomplete in Console and StylesSideBar. (Closed)
Patch Set: tests 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 ce2cff0f67310c3592ce4155ec6983cce0c6a04b..5d828576ea6245b20f55166e83a70ef12bbfbbfe 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
@@ -28,4 +28,15 @@ Found: textContent
Checking 'templateString`asdf`should'
Not Found: shouldNotFindThis
+Checking 'window.document.BODY'
+Found: body
+
+Checking 'window.dOcUmE'
+Found: document
+
+Checking 'window.node'
+Found: NodeList
+Found: AudioNode
+Found: GainNode
+

Powered by Google App Engine
This is Rietveld 408576698