| OLD | NEW |
| 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", transaction: function, readTransaction:
function, changeVersion: function} | 17 inspect(db) = Database {version: "1.0", transaction: function, readTransaction:
function, changeVersion: function} |
| (...skipping 12 matching lines...) Expand all Loading... |
| 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 |
| OLD | NEW |