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

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

Issue 2479943002: DevTools: Don't show autocomplete when the user is typing a number (Closed)
Patch Set: 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 21 matching lines...) Expand all
32 Found: body 32 Found: body
33 33
34 Checking 'window.dOcUmE' 34 Checking 'window.dOcUmE'
35 Found: document 35 Found: document
36 36
37 Checking 'window.node' 37 Checking 'window.node'
38 Found: NodeList 38 Found: NodeList
39 Found: AudioNode 39 Found: AudioNode
40 Found: GainNode 40 Found: GainNode
41 41
42 Checking '32'
43 Not Found: Float32Array
44 Not Found: Int32Array
42 45
46 Checking 'window.32'
47 Found: Float32Array
48 Found: Int32Array
49
50
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698