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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/extensions/extensions-audits-api-expected.txt

Issue 2164763002: DevTools: bring back properties defined on prototype to object dumps in extension tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
« no previous file with comments | « third_party/WebKit/LayoutTests/inspector/extensions/extensions-api-expected.txt ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Tests audits support in WebInspector Extensions API 1 Tests audits support in WebInspector Extensions API
2 2
3 Started extension. 3 Started extension.
4 Running tests... 4 Running tests...
5 RUNNING TEST: extension_testAuditsAPI 5 RUNNING TEST: extension_testAuditsAPI
6 Added audit category, result dump follows: 6 Added audit category, result dump follows:
7 { 7 {
8 onAuditStarted : { 8 onAuditStarted : {
9 addListener : <function> 9 addListener : <function>
10 removeListener : <function> 10 removeListener : <function>
(...skipping 11 matching lines...) Expand all
22 createObject : <function> 22 createObject : <function>
23 createResourceLink : <function> 23 createResourceLink : <function>
24 createResult : <function> 24 createResult : <function>
25 createSnippet : <function> 25 createSnippet : <function>
26 createText : <function> 26 createText : <function>
27 createURL : <function> 27 createURL : <function>
28 done : <function> 28 done : <function>
29 updateProgress : <function> 29 updateProgress : <function>
30 } 30 }
31 { 31 {
32 addChild : <function>
32 children : { 33 children : {
33 } 34 }
34 contents : { 35 contents : {
35 0 : "Subtree" 36 0 : "Subtree"
36 } 37 }
37 expanded : false 38 expanded : false
38 } 39 }
39 Extension audits 40 Extension audits
40 All tests done. 41 All tests done.
41 42
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/inspector/extensions/extensions-api-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698