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

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

Issue 2563553002: DevTools: Disallow console.log statements with eslint (Closed)
Patch Set: fix tests Created 4 years 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 MESSAGE: line 12: hello 1 CONSOLE MESSAGE: line 12: hello
2 Tests WebInspector extension API 2 Tests WebInspector extension API
3 3
4 4
5 Started extension. 5 Started extension.
6 Running tests... 6 Running tests...
7 RUNNING TEST: extension_testCreatePanel 7 RUNNING TEST: extension_testCreatePanel
8 Panel created 8 Panel created
9 { 9 {
10 createStatusBarButton : <function> 10 createStatusBarButton : <function>
(...skipping 18 matching lines...) Expand all
29 Panel shown, now toggling console... 29 Panel shown, now toggling console...
30 Panel resized, test passed. 30 Panel resized, test passed.
31 RUNNING TEST: extension_testOpenResource 31 RUNNING TEST: extension_testOpenResource
32 Showing .../extensions-panel.html 32 Showing .../extensions-panel.html
33 Showing resource .../inspector/extensions/extensions-panel.html in panel sources ), line: 1001 33 Showing resource .../inspector/extensions/extensions-panel.html in panel sources ), line: 1001
34 Showing .../abe.png 34 Showing .../abe.png
35 Showing resource .../extensions/resources/abe.png in panel sources), line: 1002 35 Showing resource .../extensions/resources/abe.png in panel sources), line: 1002
36 Showing .../missing.txt 36 Showing .../missing.txt
37 Showing resource .../extensions/resources/missing.txt in panel network), line: u ndefined 37 Showing resource .../extensions/resources/missing.txt in panel network), line: u ndefined
38 Showing not-found.html 38 Showing not-found.html
39 log: Extension server error: Object not found: not-found.html 39 error: Extension server error: Object not found: not-found.html
40 Showing javascript:console.error('oh no!') 40 Showing javascript:console.error('oh no!')
41 log: Extension server error: Object not found: javascript:console.error('oh no!' ) 41 error: Extension server error: Object not found: javascript:console.error('oh no !')
42 RUNNING TEST: extension_testSearch 42 RUNNING TEST: extension_testSearch
43 Panel searched: 43 Panel searched:
44 { 44 {
45 0 : "performSearch" 45 0 : "performSearch"
46 1 : "hello" 46 1 : "hello"
47 } 47 }
48 Panel searched: 48 Panel searched:
49 { 49 {
50 0 : "cancelSearch" 50 0 : "cancelSearch"
51 1 : undefined 51 1 : undefined
(...skipping 13 matching lines...) Expand all
65 status bar item 1, icon: ".../inspector/resources/button2.png", tooltip: 'Button Two tooltip', disabled: true 65 status bar item 1, icon: ".../inspector/resources/button2.png", tooltip: 'Button Two tooltip', disabled: true
66 Updated status bar buttons 66 Updated status bar buttons
67 Status bar buttons state: 67 Status bar buttons state:
68 status bar item 0, icon: ".../inspector/resources/button1-updated.png", tooltip: 'Button One tooltip', disabled: false 68 status bar item 0, icon: ".../inspector/resources/button1-updated.png", tooltip: 'Button One tooltip', disabled: false
69 status bar item 1, icon: ".../inspector/resources/button2.png", tooltip: 'Button Two updated tooltip', disabled: false 69 status bar item 1, icon: ".../inspector/resources/button2.png", tooltip: 'Button Two updated tooltip', disabled: false
70 button2 clicked 70 button2 clicked
71 RUNNING TEST: extension_testThemeName 71 RUNNING TEST: extension_testThemeName
72 Theme name: themeNameForTest 72 Theme name: themeNameForTest
73 All tests done. 73 All tests done.
74 74
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698