OLD | NEW |
1 CONSOLE MESSAGE: "//@ sourceURL=" source URL declaration is deprecated, "//# sou
rceURL=" declaration should be used instead. | |
2 Tests that evals with sourceURL comment are shown in scripts panel. | 1 Tests that evals with sourceURL comment are shown in scripts panel. |
3 | 2 |
4 Debugger was enabled. | 3 Debugger was enabled. |
5 | 4 |
6 Running: testSourceURLCommentInInlineScript | 5 Running: testSourceURLCommentInInlineScript |
7 | 6 |
8 Running: testSourceURLComment | 7 Running: testSourceURLComment |
9 function keepAlive() {} | 8 function keepAlive() {} |
10 //# sourceURL=evalURL.js | 9 //# sourceURL=evalURL.js |
11 | 10 |
12 Running: testDeprecatedSourceURLComment | 11 Running: testDeprecatedSourceURLComment |
13 function keepAlive() {} | 12 function keepAlive() {} |
14 //@ sourceURL=deprecatedEvalURL.js | 13 //@ sourceURL=deprecatedEvalURL.js |
15 | 14 |
16 Running: testSourceURLCommentInDynamicScript | 15 Running: testSourceURLCommentInDynamicScript |
17 function keepAliveInDynamicScript() {} | 16 function keepAliveInDynamicScript() {} |
18 //# sourceURL=dynamicScriptURL.js | 17 //# sourceURL=dynamicScriptURL.js |
19 | 18 |
20 Running: testNonRelativeURL | 19 Running: testNonRelativeURL |
21 function relativeURLScript() {} | 20 function relativeURLScript() {} |
22 //# sourceURL=/js/nonRelativeURL.js | 21 //# sourceURL=/js/nonRelativeURL.js |
23 Debugger was disabled. | 22 Debugger was disabled. |
24 | 23 |
OLD | NEW |