| OLD | NEW |
| 1 Tests ResourceScriptMapping class. | 1 Tests ResourceScriptMapping class. |
| 2 | 2 |
| 3 | 3 |
| 4 Running: testScriptWithPendingResource | 4 Waiting for scripts |
| 5 Adding script for pending request. | 5 Script arrived |
| 6 UISourceCode: debugger:///VM1 foo.js | 6 Script arrived |
| 7 UISourceCode is content script: false | 7 Script arrived |
| 8 Highlighter type: text/javascript | 8 Waiting for UISourceCode |
| 9 UISourceCode content: <content script source> | 9 UISourceCode arrived |
| 10 Adding uiSourceCode for finished resource. | 10 Checking script at (3, 8) |
| 11 UISourceCode: foo.js | 11 Checking script at (11, 12) |
| 12 UISourceCode is content script: false | 12 Checking script at (16, 8) |
| 13 Highlighter type: text/javascript | |
| 14 UISourceCode content: <content script resource content> | |
| 15 | 13 |
| 16 Running: testScriptWithFinishedResource | |
| 17 Adding uiSourceCode for finished resource. | |
| 18 UISourceCode: foo.js | |
| 19 UISourceCode is content script: false | |
| 20 Highlighter type: text/javascript | |
| 21 UISourceCode content: <script resource content> | |
| 22 Adding script for finished request. | |
| 23 UISourceCode: foo.js | |
| 24 UISourceCode is content script: false | |
| 25 Highlighter type: text/javascript | |
| 26 UISourceCode content: <script resource content> | |
| 27 | |
| 28 Running: testHTMLWithPendingResource | |
| 29 Adding first script for pending request. | |
| 30 UISourceCode: debugger:///VM3 index.html | |
| 31 UISourceCode is content script: false | |
| 32 Highlighter type: text/html | |
| 33 UISourceCode content: <script source 1> | |
| 34 Adding second script for pending request. | |
| 35 UISourceCode: debugger:///VM4 index.html | |
| 36 UISourceCode is content script: false | |
| 37 Highlighter type: text/html | |
| 38 UISourceCode content: <script source 2> | |
| 39 Adding uiSourceCode for finished resource. | |
| 40 UISourceCode: index.html | |
| 41 UISourceCode is content script: false | |
| 42 Highlighter type: text/html | |
| 43 UISourceCode content: <resource content> | |
| 44 | |
| 45 Running: testHTMLWithFinishedResource | |
| 46 Adding uiSourceCode for finished resource. | |
| 47 UISourceCode: index.html | |
| 48 UISourceCode is content script: false | |
| 49 Highlighter type: text/html | |
| 50 UISourceCode content: <resource content> | |
| 51 Adding first script for finished request. | |
| 52 UISourceCode: index.html | |
| 53 UISourceCode is content script: false | |
| 54 Highlighter type: text/html | |
| 55 UISourceCode content: <resource content> | |
| 56 Adding second script for finished request. | |
| 57 UISourceCode: index.html | |
| 58 UISourceCode is content script: false | |
| 59 Highlighter type: text/html | |
| 60 UISourceCode content: <resource content> | |
| 61 | |
| OLD | NEW |