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

Unified Diff: LayoutTests/inspector/styles/dynamic-style-tag-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/dynamic-style-tag-expected.txt
diff --git a/LayoutTests/inspector/styles/dynamic-style-tag-expected.txt b/LayoutTests/inspector/styles/dynamic-style-tag-expected.txt
index 962daf75f715844a177609bb2c10ff65c6e98fd2..0d89361add5c09777b7744d00af027d9a40628c1 100644
--- a/LayoutTests/inspector/styles/dynamic-style-tag-expected.txt
+++ b/LayoutTests/inspector/styles/dynamic-style-tag-expected.txt
@@ -17,7 +17,7 @@ Stylesheet added:
.inline-style-added-by-parser-with-source-url {
color: green;
}
-/*@ sourceURL=inlineStyleAddedByParser.css*/
+/*# sourceURL=inlineStyleAddedByParser.css*/
Stylesheet added:
- isInline: false
@@ -36,7 +36,7 @@ Stylesheet added:
.inline-style-added-by-document-write-with-source-url {
color: yellow;
}
-/*@ sourceURL=inlineStyleAddedByDocumentWrite.css*/
+/*# sourceURL=inlineStyleAddedByDocumentWrite.css*/
Stylesheet added:
- isInline: false
@@ -52,7 +52,7 @@ Stylesheet added:
- contents: .inline-style-created-by-script-with-source-url {
color: grey;
}
-/*@ sourceURL=inlineStyleCreatedByScript.css*/
+/*# sourceURL=inlineStyleCreatedByScript.css*/
Page reloaded.
[expanded]
element.style { ()
« no previous file with comments | « LayoutTests/inspector/styles/dynamic-style-tag.html ('k') | LayoutTests/inspector/styles/resources/selector-line.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698