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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/extensions/extensions-panel-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 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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 } 62 }
63 button1 clicked 63 button1 clicked
64 Status bar buttons state: 64 Status bar buttons state:
65 status bar item 0, icon: ".../inspector/resources/button1.png", tooltip: 'Button One tooltip', disabled: false 65 status bar item 0, icon: ".../inspector/resources/button1.png", tooltip: 'Button One tooltip', disabled: false
66 status bar item 1, icon: ".../inspector/resources/button2.png", tooltip: 'Button Two tooltip', disabled: true 66 status bar item 1, icon: ".../inspector/resources/button2.png", tooltip: 'Button Two tooltip', disabled: true
67 Updated status bar buttons 67 Updated status bar buttons
68 Status bar buttons state: 68 Status bar buttons state:
69 status bar item 0, icon: ".../inspector/resources/button1-updated.png", tooltip: 'Button One tooltip', disabled: false 69 status bar item 0, icon: ".../inspector/resources/button1-updated.png", tooltip: 'Button One tooltip', disabled: false
70 status bar item 1, icon: ".../inspector/resources/button2.png", tooltip: 'Button Two updated tooltip', disabled: false 70 status bar item 1, icon: ".../inspector/resources/button2.png", tooltip: 'Button Two updated tooltip', disabled: false
71 button2 clicked 71 button2 clicked
72 RUNNING TEST: extension_testThemeName
73 Theme name: themeNameForTest
72 All tests done. 74 All tests done.
73 75
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698