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

Unified Diff: LayoutTests/inspector/styles/stylesheet-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/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 */

Powered by Google App Engine
This is Rietveld 408576698