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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/inspector/debugger/source-url-comment-expected.txt
diff --git a/LayoutTests/inspector/debugger/source-url-comment-expected.txt b/LayoutTests/inspector/debugger/source-url-comment-expected.txt
index 7f83a7fa0583a36319c2599159dfb7450a7aa516..48d4749e4f9f3b969e997c0ce74a9f29c9a1c07b 100644
--- a/LayoutTests/inspector/debugger/source-url-comment-expected.txt
+++ b/LayoutTests/inspector/debugger/source-url-comment-expected.txt
@@ -1,3 +1,4 @@
+CONSOLE MESSAGE: "//@ sourceURL=" source URL declaration is deprecated, "//# sourceURL=" declaration should be used instead.
Tests that evals with sourceURL comment are shown in scripts panel.
Debugger was enabled.
@@ -6,14 +7,18 @@ Running: testSourceURLCommentInInlineScript
Running: testSourceURLComment
function keepAlive() {}
-//@ sourceURL=evalURL.js
+//# sourceURL=evalURL.js
+
+Running: testDeprecatedSourceURLComment
+function keepAlive() {}
+//@ sourceURL=deprecatedEvalURL.js
Running: testSourceURLCommentInDynamicScript
function keepAliveInDynamicScript() {}
-//@ sourceURL=dynamicScriptURL.js
+//# sourceURL=dynamicScriptURL.js
Running: testNonRelativeURL
function relativeURLScript() {}
-//@ sourceURL=/js/nonRelativeURL.js
+//# sourceURL=/js/nonRelativeURL.js
Debugger was disabled.
« 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