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. | |
4 | 3 |
5 Running: testSourceURLCommentInInlineScript | 4 Running: testSourceURLCommentInInlineScript |
6 | 5 |
7 Running: testSourceURLCommentInScript | 6 Running: testSourceURLCommentInScript |
8 function scriptWithSourceURL() {} | 7 function scriptWithSourceURL() {} |
9 hasSourceURL: true | 8 hasSourceURL: true |
10 | 9 |
11 Running: testPoorSourceURLCommentInScript | 10 Running: testPoorSourceURLCommentInScript |
12 | 11 |
13 Running: testSourceURLComment | 12 Running: testSourceURLComment |
(...skipping 10 matching lines...) Expand all Loading... |
24 hasSourceURL: true | 23 hasSourceURL: true |
25 sourceMapURL: sourceMappingURL.map | 24 sourceMapURL: sourceMappingURL.map |
26 | 25 |
27 Running: testSourceURLCommentInDynamicScript | 26 Running: testSourceURLCommentInDynamicScript |
28 function keepAliveInDynamicScript() {} | 27 function keepAliveInDynamicScript() {} |
29 hasSourceURL: true | 28 hasSourceURL: true |
30 | 29 |
31 Running: testNonRelativeURL | 30 Running: testNonRelativeURL |
32 function relativeURLScript() {} | 31 function relativeURLScript() {} |
33 hasSourceURL: true | 32 hasSourceURL: true |
34 Debugger was disabled. | |
35 | 33 |
OLD | NEW |