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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/console/console-eval-scoped-expected.txt

Issue 2605693003: DevTools: introduce object previews experiment (Closed)
Patch Set: ac2 Created 3 years, 11 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 4: with: Object property value 1 CONSOLE MESSAGE: line 4: with: Object property value
2 CONSOLE MESSAGE: line 1: eval in with: Object property value 2 CONSOLE MESSAGE: line 1: eval in with: Object property value
3 CONSOLE MESSAGE: line 1: eval in function: Function parameter 3 CONSOLE MESSAGE: line 1: eval in function: Function parameter
4 Tests that evaluating 'console.log()' in the console will have access to its out er scope variables. Bug 60547. 4 Tests that evaluating 'console.log()' in the console will have access to its out er scope variables. Bug 60547.
5 5
6 6
7 Running: testSnippet1 7 Running: testSnippet1
8 VM:4 with: Object property value 8 VM:4 with: Object property value
9 VM:1 eval in with: Object property value 9 VM:1 eval in with: Object property value
10 10
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 className : "Object" 66 className : "Object"
67 description : "Object" 67 description : "Object"
68 objectId : <string> 68 objectId : <string>
69 type : "object" 69 type : "object"
70 } 70 }
71 writable : true 71 writable : true
72 } 72 }
73 73
74 Running: testGetEventListenersDoesNotThrow 74 Running: testGetEventListenersDoesNotThrow
75 getEventListeners(document.body.firstChild) 75 getEventListeners(document.body.firstChild)
76 Object {} 76 {}
77 77
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698