| 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 {}
|
|
|
|
|