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 Debugger was enabled. | 3 Debugger was enabled. |
4 | 4 |
5 Running: testSourceURLCommentInInlineScript | 5 Running: testSourceURLCommentInInlineScript |
6 hasSourceURL: undefined | 6 |
7 hasSourceURL: undefined | 7 Running: testSourceURLCommentInScript |
| 8 function scriptWithSourceURL() {} |
| 9 hasSourceURL: true |
| 10 |
| 11 Running: testPoorSourceURLCommentInScript |
8 | 12 |
9 Running: testSourceURLComment | 13 Running: testSourceURLComment |
10 function keepAlive() {} | 14 function keepAlive() {} |
11 hasSourceURL: true | 15 hasSourceURL: true |
12 | 16 |
13 Running: testDeprecatedSourceURLComment | 17 Running: testDeprecatedSourceURLComment |
14 function keepAlive() {} | 18 function keepAlive() {} |
15 hasSourceURL: true | 19 hasSourceURL: true |
16 | 20 |
17 Running: testSourceURLAndMappingURLComment | 21 Running: testSourceURLAndMappingURLComment |
18 function keepAlive() {} | 22 function keepAlive() {} |
19 //# sourceMappingURL=sourceMappingURL.map | 23 //# sourceMappingURL=sourceMappingURL.map |
20 hasSourceURL: true | 24 hasSourceURL: true |
21 sourceMapURL: sourceMappingURL.map | 25 sourceMapURL: sourceMappingURL.map |
22 | 26 |
23 Running: testSourceURLCommentInDynamicScript | 27 Running: testSourceURLCommentInDynamicScript |
24 function keepAliveInDynamicScript() {} | 28 function keepAliveInDynamicScript() {} |
25 hasSourceURL: true | 29 hasSourceURL: true |
26 | 30 |
27 Running: testNonRelativeURL | 31 Running: testNonRelativeURL |
28 function relativeURLScript() {} | 32 function relativeURLScript() {} |
29 hasSourceURL: true | 33 hasSourceURL: true |
30 Debugger was disabled. | 34 Debugger was disabled. |
31 | 35 |
OLD | NEW |