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 Debugger was enabled. | |
4 Set timer for test function. | 3 Set timer for test function. |
5 Script execution paused. | 4 Script execution paused. |
6 WebInspector.inspect called with: p#p1 | 5 WebInspector.inspect called with: p#p1 |
7 WebInspector.inspect's hints are: [] | 6 WebInspector.inspect's hints are: [] |
8 inspect($('#p1')) = | 7 inspect($('#p1')) = |
9 Selected node id: 'p1'. | 8 Selected node id: 'p1'. |
10 Script execution resumed. | 9 Script execution resumed. |
11 Debugger was disabled. | |
12 | 10 |
OLD | NEW |