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

Side by Side 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 unified diff | Download patch
OLDNEW
1 Tests that console correctly finds suggestions in complicated cases. 1 Tests that console correctly finds suggestions in complicated cases.
2 2
3 Checking 'window.do' 3 Checking 'window.do'
4 Found: document 4 Found: document
5 5
6 Checking 'win' 6 Checking 'win'
7 Found: window 7 Found: window
8 8
9 Checking 'window["doc' 9 Checking 'window["doc'
10 Found: "document"] 10 Found: "document"]
(...skipping 10 matching lines...) Expand all
21 21
22 Checking 'document["body"][window.do' 22 Checking 'document["body"][window.do'
23 Found: document 23 Found: document
24 24
25 Checking 'document["body"][window["document"].body.childNodes[0].text' 25 Checking 'document["body"][window["document"].body.childNodes[0].text'
26 Found: textContent 26 Found: textContent
27 27
28 Checking 'templateString`asdf`should' 28 Checking 'templateString`asdf`should'
29 Not Found: shouldNotFindThis 29 Not Found: shouldNotFindThis
30 30
31 Checking 'window.document.BODY'
32 Found: body
31 33
34 Checking 'window.dOcUmE'
35 Found: document
36
37 Checking 'window.node'
38 Found: NodeList
39 Found: AudioNode
40 Found: GainNode
41
42
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698