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

Side by Side Diff: LayoutTests/platform/chromium/inspector/console/command-line-api-inspect-expected.txt

Issue 11434008: Merge 135720 - Web Inspector: object preview does not render node id, className; logs too many func… (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1312/
Patch Set: Created 8 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 Tests that inspect() command line api works. 1 Tests that inspect() command line api works.
2 2
3 3
4 Running: testRevealElement 4 Running: testRevealElement
5 5
6 6
7 WebInspector.inspect called with: <p> 7 WebInspector.inspect called with: p#p1
8 WebInspector.inspect's hints are: [] 8 WebInspector.inspect's hints are: []
9 inspect($('#p1')) = 9 inspect($('#p1')) =
10 Selected node id: 'p1'. 10 Selected node id: 'p1'.
11 11
12 Running: testRevealDatabase 12 Running: testRevealDatabase
13 13
14 14
15 WebInspector.inspect called with: Database 15 WebInspector.inspect called with: Database
16 WebInspector.inspect's hints are: ["databaseId"] 16 WebInspector.inspect's hints are: ["databaseId"]
17 inspect(db) = Database {version: "1.0", changeVersion: function, transaction: fu nction, readTransaction: function} 17 inspect(db) = Database {version: "1.0", changeVersion: function, transaction: fu nction, readTransaction: function}
(...skipping 12 matching lines...) Expand all
30 WebInspector.inspect's hints are: ["domStorageId"] 30 WebInspector.inspect's hints are: ["domStorageId"]
31 inspect(localStorage) = Storage {} 31 inspect(localStorage) = Storage {}
32 32
33 Running: testRevealSessionStorage 33 Running: testRevealSessionStorage
34 34
35 35
36 WebInspector.inspect called with: Storage 36 WebInspector.inspect called with: Storage
37 WebInspector.inspect's hints are: ["domStorageId"] 37 WebInspector.inspect's hints are: ["domStorageId"]
38 inspect(sessionStorage) = Storage {} 38 inspect(sessionStorage) = Storage {}
39 39
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698