Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / extensions / extensions-api-expected.txt
1 Tests public interface of WebInspector Extensions API
2
3 Started extension.
4 Running tests...
5 RUNNING TEST: extension_testAPI
6 {
7     audits : {
8     }
9     console : {
10         onMessageAdded : {
11             addListener : <function>
12             removeListener : <function>
13         }
14     }
15     inspectedWindow : {
16         onResourceAdded : {
17             addListener : <function>
18             removeListener : <function>
19         }
20         onResourceContentCommitted : {
21             addListener : <function>
22             removeListener : <function>
23         }
24     }
25     network : {
26         onFinished : {
27             addListener : <function>
28             removeListener : <function>
29         }
30         onNavigated : {
31             addListener : <function>
32             removeListener : <function>
33         }
34         onRequestFinished : {
35             addListener : <function>
36             removeListener : <function>
37         }
38     }
39     panels : {
40         applyStyleSheet : <function>
41         elements : {
42             createSidebarPane : <function>
43             onSelectionChanged : {
44                 addListener : <function>
45                 removeListener : <function>
46             }
47         }
48         sources : {
49             createSidebarPane : <function>
50             onSelectionChanged : {
51                 addListener : <function>
52                 removeListener : <function>
53             }
54         }
55     }
56     resources : {
57         onFinished : {
58             addListener : <function>
59             removeListener : <function>
60         }
61         onNavigated : {
62             addListener : <function>
63             removeListener : <function>
64         }
65         onRequestFinished : {
66             addListener : <function>
67             removeListener : <function>
68         }
69     }
70 }
71 All tests done.
72