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

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: Created 7 years, 7 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..12af74d5b0e9f6d7daa683cc099d59551b1613d1 100644
--- a/LayoutTests/inspector/styles/stylesheet-source-url-comment-expected.txt
+++ b/LayoutTests/inspector/styles/stylesheet-source-url-comment-expected.txt
@@ -5,9 +5,9 @@ Running: testSourceURLCommentInInlineScript
Running: testSourceURLComment
body { color: black; }
-/*@ sourceURL=css/addedInlineStylesheet.css */
+/*# sourceURL=css/addedInlineStylesheet.css */
Running: testNonRelativeURL
body { color: red; }
-/*@ sourceURL=/css/nonRelativeInlineStylesheet.css */
+/*# sourceURL=/css/nonRelativeInlineStylesheet.css */

Powered by Google App Engine
This is Rietveld 408576698