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

Unified Diff: LayoutTests/http/tests/inspector/styles/resources/stylesheet-tracking-iframe.html

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/http/tests/inspector/styles/resources/stylesheet-tracking-iframe.html
diff --git a/LayoutTests/http/tests/inspector/styles/resources/stylesheet-tracking-iframe.html b/LayoutTests/http/tests/inspector/styles/resources/stylesheet-tracking-iframe.html
index 43ccd254b8e1ca273738efd196bf28647a9cd771..df5a6e60f29fe865e943657cbf092830b30eaf2a 100644
--- a/LayoutTests/http/tests/inspector/styles/resources/stylesheet-tracking-iframe.html
+++ b/LayoutTests/http/tests/inspector/styles/resources/stylesheet-tracking-iframe.html
@@ -18,7 +18,7 @@ function handleMessage(event)
switch (event.data) {
case "addStyleSheets":
addStyleSheet("body { background-color: yellow; }");
- addStyleSheet("body { background-color: yellow; }\n/*@ sourceURL=stylesheet-added-in-iframe.css */");
+ addStyleSheet("body { background-color: yellow; }\n/*# sourceURL=stylesheet-added-in-iframe.css */");
break;
case "removeStyleSheets":
for (var i = 0; i < styleElements.length; ++i)

Powered by Google App Engine
This is Rietveld 408576698