Index: LayoutTests/inspector/styles/stylesheet-source-url-comment-expected.txt |
diff --git a/LayoutTests/inspector/styles/stylesheet-source-url-comment-expected.txt b/LayoutTests/inspector/styles/stylesheet-source-url-comment-expected.txt |
index 2110972443dbae65c2214aa6c4f0c6ca9fb1c401..c2bd92e3d3b95a2bf32c5d5bd26c9d4c9dcf86ea 100644 |
--- a/LayoutTests/inspector/styles/stylesheet-source-url-comment-expected.txt |
+++ b/LayoutTests/inspector/styles/stylesheet-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 stylesheets with sourceURL comment are shown in the Sources panel. |
@@ -5,9 +6,13 @@ Running: testSourceURLCommentInInlineScript |
Running: testSourceURLComment |
body { color: black; } |
-/*@ sourceURL=css/addedInlineStylesheet.css */ |
+/*# sourceURL=css/addedInlineStylesheet.css */ |
+ |
+Running: testDeprecatedSourceURLComment |
+body { color: black; } |
+/*@ sourceURL=css/addedInlineStylesheetDeprecated.css */ |
Running: testNonRelativeURL |
body { color: red; } |
-/*@ sourceURL=/css/nonRelativeInlineStylesheet.css */ |
+/*# sourceURL=/css/nonRelativeInlineStylesheet.css */ |