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

Side by Side Diff: LayoutTests/inspector/extensions/extensions-resources-expected.txt

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

Powered by Google App Engine
This is Rietveld 408576698