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

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

Issue 1814963002: Use process/control messages (instead of RVH messages) for layout tests. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing... Created 4 years, 3 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 CONSOLE WARNING: line 69: network.onFinished is deprecated. Use network.onReques tFinished instead
2 CONSOLE WARNING: line 69: webInspector.resources is deprecated. Use webInspector .network instead
1 Tests public interface of WebInspector Extensions API 3 Tests public interface of WebInspector Extensions API
2 4
3 Started extension. 5 Started extension.
4 Running tests... 6 Running tests...
5 RUNNING TEST: extension_testAPI 7 RUNNING TEST: extension_testAPI
6 { 8 {
7 audits : { 9 audits : {
8 addCategory : <function> 10 addCategory : <function>
9 } 11 }
10 inspectedWindow : { 12 inspectedWindow : {
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 removeListener : <function> 77 removeListener : <function>
76 } 78 }
77 onRequestFinished : { 79 onRequestFinished : {
78 addListener : <function> 80 addListener : <function>
79 removeListener : <function> 81 removeListener : <function>
80 } 82 }
81 } 83 }
82 } 84 }
83 All tests done. 85 All tests done.
84 86
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698