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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/inspector/console-completions-expected.txt

Issue 2557763003: DevTools: sort completions by prototype. (Closed)
Patch Set: rebaselined Created 4 years 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 completions prototype chain.
2
3 Completions:
4 {
5 priority : 2
6 subtitle : "C"
7 title : "instanceMember"
8 }
9 {
10 priority : 2
11 title : "member1"
12 }
13 {
14 priority : 3
15 title : "EPriorityMember"
16 }
17 {
18 priority : 2
19 title : "cMember"
20 }
21 {
22 priority : 2
23 title : "shadowedMember"
24 }
25 {
26 priority : 4
27 subtitle : "B"
28 title : "ePriorityMember"
29 }
30 {
31 priority : 2
32 title : "bMember"
33 }
34 {
35 priority : 2
36 title : "shadowedMember"
37 }
38 {
39 priority : 2
40 subtitle : "A"
41 title : "aMember"
42 }
43 {
44 priority : 2
45 title : "shadowedMember"
46 }
47
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698