Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / sources / debugger-ui / source-url-comment-expected.txt
blob991ff2c9b3d75d030d6d815ee9370a5bce4cb326
1 Tests that evals with sourceURL comment are shown in scripts panel.
4 Running: testSourceURLCommentInInlineScript
6 Running: testSourceURLCommentInScript
7 function scriptWithSourceURL() {}
8 hasSourceURL: true
10 Running: testPoorSourceURLCommentInScript
12 Running: testSourceURLComment
13 function keepAlive() {}
14 hasSourceURL: true
16 Running: testDeprecatedSourceURLComment
17 function keepAlive() {}
18 hasSourceURL: true
20 Running: testSourceURLAndMappingURLComment
21 function keepAlive() {}
22 //# sourceMappingURL=sourceMappingURL.map
23 hasSourceURL: true
24 sourceMapURL: sourceMappingURL.map
26 Running: testSourceURLCommentInDynamicScript
27 function keepAliveInDynamicScript() {}
28 hasSourceURL: true
30 Running: testNonRelativeURL
31 function relativeURLScript() {}
32 hasSourceURL: true