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

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

Issue 18698002: Merge 153488 "DevTools: Disable sourceUrl and SourceMappingUrl d..." (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/1547/
Patch Set: Created 7 years, 5 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.
2 Tests that evals with sourceURL comment are shown in scripts panel. 1 Tests that evals with sourceURL comment are shown in scripts panel.
3 2
4 Debugger was enabled. 3 Debugger was enabled.
5 4
6 Running: testSourceURLCommentInInlineScript 5 Running: testSourceURLCommentInInlineScript
7 6
8 Running: testSourceURLComment 7 Running: testSourceURLComment
9 function keepAlive() {} 8 function keepAlive() {}
10 //# sourceURL=evalURL.js 9 //# sourceURL=evalURL.js
11 10
12 Running: testDeprecatedSourceURLComment 11 Running: testDeprecatedSourceURLComment
13 function keepAlive() {} 12 function keepAlive() {}
14 //@ sourceURL=deprecatedEvalURL.js 13 //@ sourceURL=deprecatedEvalURL.js
15 14
16 Running: testSourceURLCommentInDynamicScript 15 Running: testSourceURLCommentInDynamicScript
17 function keepAliveInDynamicScript() {} 16 function keepAliveInDynamicScript() {}
18 //# sourceURL=dynamicScriptURL.js 17 //# sourceURL=dynamicScriptURL.js
19 18
20 Running: testNonRelativeURL 19 Running: testNonRelativeURL
21 function relativeURLScript() {} 20 function relativeURLScript() {}
22 //# sourceURL=/js/nonRelativeURL.js 21 //# sourceURL=/js/nonRelativeURL.js
23 Debugger was disabled. 22 Debugger was disabled.
24 23
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698