Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / extensions / extensions-resources-expected.txt
1 CONSOLE MESSAGE: line 13: don't panic!
2 Tests resource-related methods of WebInspector extension API
3
4
5 Started extension.
6 Running tests...
7 RUNNING TEST: extension_testGetAllResources
8 page resources:
9 {
10     0 : {
11         0 : {
12             getContent : <function>
13             setContent : <function>
14             type : "image"
15             url : .../abe.png
16         }
17         1 : {
18             getContent : <function>
19             setContent : <function>
20             type : "stylesheet"
21             url : .../audits-style1.css
22         }
23         2 : {
24             getContent : <function>
25             setContent : <function>
26             type : "document"
27             url : .../extensions-resources.html
28         }
29         3 : {
30             getContent : <function>
31             setContent : <function>
32             type : "script"
33             url : .../extensions-test.js
34         }
35         4 : {
36             getContent : <function>
37             setContent : <function>
38             type : "script"
39             url : .../inspector-test.js
40         }
41         5 : {
42             getContent : <function>
43             setContent : <function>
44             type : "script"
45             url : .../test-script.js
46         }
47     }
48 }
49 RUNNING TEST: extension_testGetResourceContent
50 {
51     0 : "function __test_function()
52 {
53 }
54
55 "
56     1 : ""
57 }
58 RUNNING TEST: extension_testOnContentCommitted
59 log: Extension server error: Object does not support requested operation: Resource is not editable
60 content committed for resource .../audits-style1.css (type: stylesheet), new content: div.test { width: 220px; height: 42px; }
61 Revision content: div.test { width: 220px; height: 42px; }
62 RUNNING TEST: extension_testOnResourceAdded
63 resource added:
64 {
65     0 : {
66         getContent : <function>
67         setContent : <function>
68         type : "script"
69         url : data:application/javascript...
70     }
71 }
72 RUNNING TEST: extension_testOpenResourceHandler
73 handleOpenResource() invoked [this should only appear once!]: 
74 {
75     0 : {
76         getContent : <function>
77         setContent : <function>
78         type : "document"
79         url : .../extensions-resources.html
80     }
81     1 : 13
82 }
83 RUNNING TEST: extension_testSetResourceContent
84 div.test width after stylesheet edited (should be 126): 126
85 All tests done.
86