Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(196)

Side by Side Diff: LayoutTests/inspector/sources/debugger/source-url-comment-expected.txt

Issue 256543002: DevTools: do not recognize inline sourceURL, require it to end with the crlf. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: For landing Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
OLDNEW
« no previous file with comments | « LayoutTests/inspector/sources/debugger/source-url-comment.html ('k') | Source/core/inspector/ContentSearchUtils.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698