blob: c30a149bbf3609e2ef41ffd831094f0a0a8a0df6 [file] [log] [blame]
Tests that evals with sourceURL comment are shown in scripts panel.
Running: testSourceURLCommentInInlineScript
Running: testSourceURLCommentInScript
function scriptWithSourceURL() {}
hasSourceURL: true
Running: testPoorSourceURLCommentInScript
Running: testSourceURLComment
function keepAlive() {}
hasSourceURL: true
Running: testSourceURLAndMappingURLComment
function keepAlive() {}
//# sourceMappingURL=sourceMappingURL.map
hasSourceURL: true
sourceMapURL: sourceMappingURL.map
Running: testSourceURLCommentInDynamicScript
function keepAliveInDynamicScript() {}
hasSourceURL: true
Running: testNonRelativeURL
function relativeURLScript() {}
hasSourceURL: true
Running: testMultipleSourceURLComment
//# sourceURL=evalURL2.js
function keepAlive() {}
hasSourceURL: true