| OLD | NEW |
| 1 Tests that evals with sourceURL comment are shown in scripts panel. | 1 Tests that evals with sourceURL comment are shown in scripts panel. |
| 2 | 2 |
| 3 | 3 |
| 4 Running: testSourceURLCommentInInlineScript | 4 Running: testSourceURLCommentInInlineScript |
| 5 | 5 |
| 6 Running: testSourceURLCommentInScript | 6 Running: testSourceURLCommentInScript |
| 7 function scriptWithSourceURL() {} | 7 function scriptWithSourceURL() {} |
| 8 hasSourceURL: true | 8 hasSourceURL: true |
| 9 | 9 |
| 10 Running: testPoorSourceURLCommentInScript | 10 Running: testPoorSourceURLCommentInScript |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 sourceMapURL: sourceMappingURL.map | 24 sourceMapURL: sourceMappingURL.map |
| 25 | 25 |
| 26 Running: testSourceURLCommentInDynamicScript | 26 Running: testSourceURLCommentInDynamicScript |
| 27 function keepAliveInDynamicScript() {} | 27 function keepAliveInDynamicScript() {} |
| 28 hasSourceURL: true | 28 hasSourceURL: true |
| 29 | 29 |
| 30 Running: testNonRelativeURL | 30 Running: testNonRelativeURL |
| 31 function relativeURLScript() {} | 31 function relativeURLScript() {} |
| 32 hasSourceURL: true | 32 hasSourceURL: true |
| 33 | 33 |
| OLD | NEW |