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

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

Issue 1363233003: Make sure <url>s are being serialized according to spec (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix interpolation tests Created 5 years, 2 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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 Created a status bar button, dump follows: 55 Created a status bar button, dump follows:
56 { 56 {
57 onClicked : { 57 onClicked : {
58 addListener : <function> 58 addListener : <function>
59 removeListener : <function> 59 removeListener : <function>
60 } 60 }
61 update : <function> 61 update : <function>
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 O ne 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 T wo 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 T wo 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 All tests done. 72 All tests done.
73 73
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698