| OLD | NEW |
| 1 Tests that inspect() command line api works while on breakpoint. | 1 Tests that inspect() command line api works while on breakpoint. |
| 2 | 2 |
| 3 Set timer for test function. | 3 Set timer for test function. |
| 4 Script execution paused. | 4 Script execution paused. |
| 5 WebInspector.inspect called with: p#p1 | 5 WebInspector.inspect called with: p#p1 |
| 6 WebInspector.inspect's hints are: [] | 6 WebInspector.inspect's hints are: [] |
| 7 inspect($('#p1')) = | 7 inspect($('#p1')) = |
| 8 Selected node id: 'p1'. | 8 Selected node id: 'p1'. |
| 9 Script execution resumed. | 9 Script execution resumed. |
| 10 | 10 |
| OLD | NEW |