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. |