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