Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / extensions / extensions-api-expected.txt
blobae39265906a966539c6853a9e3603996e975f657
1 Tests public interface of WebInspector Extensions API
3 Started extension.
4 Running tests...
5 RUNNING TEST: extension_testAPI
7     audits : {
8     }
9     inspectedWindow : {
10         onResourceAdded : {
11             addListener : <function>
12             removeListener : <function>
13         }
14         onResourceContentCommitted : {
15             addListener : <function>
16             removeListener : <function>
17         }
18     }
19     network : {
20         onFinished : {
21             addListener : <function>
22             removeListener : <function>
23         }
24         onNavigated : {
25             addListener : <function>
26             removeListener : <function>
27         }
28         onRequestFinished : {
29             addListener : <function>
30             removeListener : <function>
31         }
32     }
33     panels : {
34         applyStyleSheet : <function>
35         elements : {
36             createSidebarPane : <function>
37             onSelectionChanged : {
38                 addListener : <function>
39                 removeListener : <function>
40             }
41         }
42         sources : {
43             createSidebarPane : <function>
44             onSelectionChanged : {
45                 addListener : <function>
46                 removeListener : <function>
47             }
48         }
49     }
50     resources : {
51         onFinished : {
52             addListener : <function>
53             removeListener : <function>
54         }
55         onNavigated : {
56             addListener : <function>
57             removeListener : <function>
58         }
59         onRequestFinished : {
60             addListener : <function>
61             removeListener : <function>
62         }
63     }
65 All tests done.