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

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

Issue 2163393002: DevTools: Give autocomplete suggestions even after brackets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nicer sequential Created 4 years, 4 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 unified diff | Download patch
OLDNEW
(Empty)
1 Tests that console correctly finds suggestions in complicated cases.
2
3 Checking 'window.do'
4 Found: document
5
6 Checking 'win'
7 Found: window
8
9 Checking 'window["doc'
10 Found: "document"]
11
12 Checking 'window["document"].bo'
13 Found: body
14
15 Checking 'window["document"]["body"].textC'
16 Found: textContent
17
18 Checking 'document.body.inner'
19 Found: innerText
20 Found: innerHTML
21
22 Checking 'document["body"][window.do'
23 Found: document
24
25 Checking 'document["body"][window["document"].body.childNodes[0].text'
26 Found: textContent
27
28 Checking 'templateString`asdf`should'
29 Not Found: shouldNotFindThis
30
31
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698