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

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

Issue 2080173003: DevTools: pass theme name to the extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: test rebaselined 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
OLDNEW
1 Tests public interface of WebInspector Extensions API 1 Tests public interface of WebInspector Extensions API
2 2
3 Started extension. 3 Started extension.
4 Running tests... 4 Running tests...
5 RUNNING TEST: extension_testAPI 5 RUNNING TEST: extension_testAPI
6 { 6 {
7 audits : { 7 audits : {
8 } 8 }
9 inspectedWindow : { 9 inspectedWindow : {
10 onResourceAdded : { 10 onResourceAdded : {
(...skipping 28 matching lines...) Expand all
39 removeListener : <function> 39 removeListener : <function>
40 } 40 }
41 } 41 }
42 sources : { 42 sources : {
43 createSidebarPane : <function> 43 createSidebarPane : <function>
44 onSelectionChanged : { 44 onSelectionChanged : {
45 addListener : <function> 45 addListener : <function>
46 removeListener : <function> 46 removeListener : <function>
47 } 47 }
48 } 48 }
49 themeName : "themeNameForTest"
49 } 50 }
50 resources : { 51 resources : {
51 onFinished : { 52 onFinished : {
52 addListener : <function> 53 addListener : <function>
53 removeListener : <function> 54 removeListener : <function>
54 } 55 }
55 onNavigated : { 56 onNavigated : {
56 addListener : <function> 57 addListener : <function>
57 removeListener : <function> 58 removeListener : <function>
58 } 59 }
59 onRequestFinished : { 60 onRequestFinished : {
60 addListener : <function> 61 addListener : <function>
61 removeListener : <function> 62 removeListener : <function>
62 } 63 }
63 } 64 }
64 } 65 }
65 All tests done. 66 All tests done.
66 67
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698