1 Tests that evals with sourceURL comment are shown in scripts panel.
4 Running: testSourceURLCommentInInlineScript
6 Running: testSourceURLCommentInScript
7 function scriptWithSourceURL() {}
10 Running: testPoorSourceURLCommentInScript
12 Running: testSourceURLComment
13 function keepAlive() {}
16 Running: testDeprecatedSourceURLComment
17 function keepAlive() {}
20 Running: testSourceURLAndMappingURLComment
21 function keepAlive() {}
22 //# sourceMappingURL=sourceMappingURL.map
24 sourceMapURL: sourceMappingURL.map
26 Running: testSourceURLCommentInDynamicScript
27 function keepAliveInDynamicScript() {}
30 Running: testNonRelativeURL
31 function relativeURLScript() {}