Upstream version 7.35.139.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / sources / debugger / source-url-comment-expected.txt
1 Tests that evals with sourceURL comment are shown in scripts panel.
2
3 Debugger was enabled.
4
5 Running: testSourceURLCommentInInlineScript
6
7 Running: testSourceURLCommentInScript
8 function scriptWithSourceURL() {}
9 hasSourceURL: true
10
11 Running: testPoorSourceURLCommentInScript
12
13 Running: testSourceURLComment
14 function keepAlive() {}
15 hasSourceURL: true
16
17 Running: testDeprecatedSourceURLComment
18 function keepAlive() {}
19 hasSourceURL: true
20
21 Running: testSourceURLAndMappingURLComment
22 function keepAlive() {}
23 //# sourceMappingURL=sourceMappingURL.map
24 hasSourceURL: true
25 sourceMapURL: sourceMappingURL.map
26
27 Running: testSourceURLCommentInDynamicScript
28 function keepAliveInDynamicScript() {}
29 hasSourceURL: true
30
31 Running: testNonRelativeURL
32 function relativeURLScript() {}
33 hasSourceURL: true
34 Debugger was disabled.
35