| OLD | NEW |
| (Empty) |
| 1 Tests that evals with sourceURL comment are shown in scripts panel. | |
| 2 | |
| 3 | |
| 4 Running: testSourceURLCommentInInlineScript | |
| 5 | |
| 6 Running: testSourceURLCommentInScript | |
| 7 function scriptWithSourceURL() {} | |
| 8 hasSourceURL: true | |
| 9 | |
| 10 Running: testPoorSourceURLCommentInScript | |
| 11 | |
| 12 Running: testSourceURLComment | |
| 13 function keepAlive() {} | |
| 14 hasSourceURL: true | |
| 15 | |
| 16 Running: testDeprecatedSourceURLComment | |
| 17 function keepAlive() {} | |
| 18 hasSourceURL: true | |
| 19 | |
| 20 Running: testSourceURLAndMappingURLComment | |
| 21 function keepAlive() {} | |
| 22 //# sourceMappingURL=sourceMappingURL.map | |
| 23 hasSourceURL: true | |
| 24 sourceMapURL: sourceMappingURL.map | |
| 25 | |
| 26 Running: testSourceURLCommentInDynamicScript | |
| 27 function keepAliveInDynamicScript() {} | |
| 28 hasSourceURL: true | |
| 29 | |
| 30 Running: testNonRelativeURL | |
| 31 function relativeURLScript() {} | |
| 32 hasSourceURL: true | |
| 33 | |
| OLD | NEW |