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

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: Rebaselined 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 CONSOLE MESSAGE: "//@ sourceURL=" source URL declaration is deprecated, "//# sou rceURL=" declaration should be used instead.
1 Tests that evals with sourceURL comment are shown in scripts panel. 2 Tests that evals with sourceURL comment are shown in scripts panel.
2 3
3 Debugger was enabled. 4 Debugger was enabled.
4 5
5 Running: testSourceURLCommentInInlineScript 6 Running: testSourceURLCommentInInlineScript
6 7
7 Running: testSourceURLComment 8 Running: testSourceURLComment
8 function keepAlive() {} 9 function keepAlive() {}
9 //@ sourceURL=evalURL.js 10 //# sourceURL=evalURL.js
11
12 Running: testDeprecatedSourceURLComment
13 function keepAlive() {}
14 //@ sourceURL=deprecatedEvalURL.js
10 15
11 Running: testSourceURLCommentInDynamicScript 16 Running: testSourceURLCommentInDynamicScript
12 function keepAliveInDynamicScript() {} 17 function keepAliveInDynamicScript() {}
13 //@ sourceURL=dynamicScriptURL.js 18 //# sourceURL=dynamicScriptURL.js
14 19
15 Running: testNonRelativeURL 20 Running: testNonRelativeURL
16 function relativeURLScript() {} 21 function relativeURLScript() {}
17 //@ sourceURL=/js/nonRelativeURL.js 22 //# sourceURL=/js/nonRelativeURL.js
18 Debugger was disabled. 23 Debugger was disabled.
19 24
OLDNEW
« no previous file with comments | « LayoutTests/inspector/debugger/source-url-comment.html ('k') | LayoutTests/inspector/styles/dynamic-style-tag.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698