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

Unified Diff: LayoutTests/inspector/console/command-line-api-inspect-expected.txt

Issue 11415185: Merge 134053 - Web Inspector: wrong output for empty object {} (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1312/
Patch Set: Created 8 years, 1 month 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/inspector/console/command-line-api-inspect-expected.txt
===================================================================
--- LayoutTests/inspector/console/command-line-api-inspect-expected.txt (revision 136037)
+++ LayoutTests/inspector/console/command-line-api-inspect-expected.txt (working copy)
@@ -14,26 +14,26 @@
WebInspector.inspect called with: Database
WebInspector.inspect's hints are: ["databaseId"]
-inspect(db) = Database
+inspect(db) = Database {version: "1.0", transaction: function, readTransaction: function, changeVersion: function}
Running: testRevealDatabase2
WebInspector.inspect called with: Database
WebInspector.inspect's hints are: ["databaseId"]
-inspect(db2) = Database
+inspect(db2) = Database {version: "1.0", transaction: function, readTransaction: function, changeVersion: function}
Running: testRevealLocalStorage
WebInspector.inspect called with: Storage
WebInspector.inspect's hints are: ["domStorageId"]
-inspect(localStorage) = Storage
+inspect(localStorage) = Storage {}
Running: testRevealSessionStorage
WebInspector.inspect called with: Storage
WebInspector.inspect's hints are: ["domStorageId"]
-inspect(sessionStorage) = Storage
+inspect(sessionStorage) = Storage {}
« no previous file with comments | « LayoutTests/inspector/console/command-line-api-expected.txt ('k') | LayoutTests/inspector/console/console-format.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698