| OLD | NEW |
| 1 Verify that tabs get merged and split when binding is added and removed. | 1 Verify that tabs get merged when binding is added and removed. |
| 2 | 2 |
| 3 | 3 |
| 4 Running: addFileSystem | 4 Running: addFileSystem |
| 5 | 5 |
| 6 Running: openNetworkTab | 6 Running: openNetworkTab |
| 7 SourceFrame: http://127.0.0.1:8000/inspector/persistence/resources/foo.js | 7 SourceFrame: http://127.0.0.1:8000/inspector/persistence/resources/foo.js |
| 8 selection: {"startLine":2,"startColumn":0,"endLine":2,"endColumn":5} | 8 selection: {"startLine":2,"startColumn":0,"endLine":2,"endColumn":5} |
| 9 firstVisibleLine: 2 | 9 firstVisibleLine: 2 |
| 10 isDirty: false | 10 isDirty: false |
| 11 | 11 |
| 12 Running: openFileSystemTab | 12 Running: openFileSystemTab |
| 13 SourceFrame: file:///var/www/inspector/persistence/resources/foo.js | 13 SourceFrame: file:///var/www/inspector/persistence/resources/foo.js |
| 14 selection: {"startLine":0,"startColumn":0,"endLine":0,"endColumn":0} | 14 selection: {"startLine":0,"startColumn":0,"endLine":0,"endColumn":0} |
| 15 firstVisibleLine: 0 | 15 firstVisibleLine: 0 |
| 16 isDirty: true | 16 isDirty: false |
| 17 Opened tabs: | 17 Opened tabs: |
| 18 file:///var/www/inspector/persistence/resources/foo.js | 18 file:///var/www/inspector/persistence/resources/foo.js |
| 19 http://127.0.0.1:8000/inspector/persistence/resources/foo.js | 19 http://127.0.0.1:8000/inspector/persistence/resources/foo.js |
| 20 | 20 |
| 21 Running: addFileMapping | 21 Running: addFileMapping |
| 22 Opened tabs: | 22 Opened tabs: |
| 23 file:///var/www/inspector/persistence/resources/foo.js | 23 file:///var/www/inspector/persistence/resources/foo.js |
| 24 SourceFrame: file:///var/www/inspector/persistence/resources/foo.js | 24 SourceFrame: file:///var/www/inspector/persistence/resources/foo.js |
| 25 selection: {"startLine":2,"startColumn":0,"endLine":2,"endColumn":5} | 25 selection: {"startLine":2,"startColumn":0,"endLine":2,"endColumn":5} |
| 26 firstVisibleLine: 2 | 26 firstVisibleLine: 2 |
| 27 isDirty: true | 27 isDirty: false |
| 28 | 28 |
| 29 Running: removeFileMapping | 29 Running: removeFileMapping |
| 30 Opened tabs: | 30 Opened tabs: |
| 31 file:///var/www/inspector/persistence/resources/foo.js | 31 file:///var/www/inspector/persistence/resources/foo.js |
| 32 SourceFrame: file:///var/www/inspector/persistence/resources/foo.js | 32 SourceFrame: file:///var/www/inspector/persistence/resources/foo.js |
| 33 selection: {"startLine":2,"startColumn":0,"endLine":2,"endColumn":5} | 33 selection: {"startLine":2,"startColumn":0,"endLine":2,"endColumn":5} |
| 34 firstVisibleLine: 2 | 34 firstVisibleLine: 2 |
| 35 isDirty: true | 35 isDirty: false |
| 36 | 36 |
| OLD | NEW |