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

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

Issue 15832007: DevTools: Add support for //# sourceURL (sourceMappingURL) comments and deprecate //@ ones (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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 6
7 Running: testSourceURLComment 7 Running: testSourceURLComment
8 function keepAlive() {} 8 function keepAlive() {}
9 //@ sourceURL=evalURL.js 9 //# sourceURL=evalURL.js
10 10
11 Running: testSourceURLCommentInDynamicScript 11 Running: testSourceURLCommentInDynamicScript
12 function keepAliveInDynamicScript() {} 12 function keepAliveInDynamicScript() {}
13 //@ sourceURL=dynamicScriptURL.js 13 //# sourceURL=dynamicScriptURL.js
14 14
15 Running: testNonRelativeURL 15 Running: testNonRelativeURL
16 function relativeURLScript() {} 16 function relativeURLScript() {}
17 //@ sourceURL=/js/nonRelativeURL.js 17 //# sourceURL=/js/nonRelativeURL.js
18 Debugger was disabled. 18 Debugger was disabled.
19 19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698