blob: 7f83a7fa0583a36319c2599159dfb7450a7aa516 [file] [log] [blame]
Tests that evals with sourceURL comment are shown in scripts panel.
Debugger was enabled.
Running: testSourceURLCommentInInlineScript
Running: testSourceURLComment
function keepAlive() {}
//@ sourceURL=evalURL.js
Running: testSourceURLCommentInDynamicScript
function keepAliveInDynamicScript() {}
//@ sourceURL=dynamicScriptURL.js
Running: testNonRelativeURL
function relativeURLScript() {}
//@ sourceURL=/js/nonRelativeURL.js
Debugger was disabled.